gnu: virtualgl: Fetch sources from git.

* gnu/packages/gl.scm (virtualgl)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-29 22:32:41 +01:00
parent 11bbf6324b
commit bd7daf9c4f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 5 deletions

View File

@ -725,13 +725,14 @@ mixed vector/bitmap output.")
(version "2.6") (version "2.6")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/VirtualGL/virtualgl/archive/" (uri (git-reference
version ".tar.gz")) (url "https://github.com/VirtualGL/virtualgl.git")
(file-name (string-append name "-" version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1ck1d0w19cgyqvrb9mdlj6l5db90xf18yln71kdninlqxvpgj6h7")))) "0di2igj2bhwb153fndgxks7y57pyhp0gj31n47j93gb7lxc9qcck"))))
(arguments (arguments
`(#:tests? #f ; no tests are available `(#:tests? #f ; no tests are available
#:configure-flags (list #:configure-flags (list