gnu: lookingglass: Download from git.

* gnu/packages/virtualization.scm (lookingglass)[source]: Change to GIT-FETCH.
This commit is contained in:
Marius Bakke 2019-01-31 16:10:03 +01:00
parent cb85742fa8
commit 84243592fe
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -801,13 +801,13 @@ (define-public lookingglass
(version "a12")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/gnif/LookingGlass/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version))
(method git-fetch)
(uri (git-reference (url "https://github.com/gnif/LookingGlass")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0x57chx83f8pq56d9sfxmc9p4qjm9nqvdyamj41bmy145mxw5w3m"))))
"0r6bvl9q94039r6ff4f2bg8si95axx9w8bf1h1qr5730d2kv5yxq"))))
(build-system cmake-build-system)
(inputs `(("fontconfig" ,fontconfig)
("glu" ,glu)