gnu: igt-gpu-tools: Don't use NAME in source URI.

* gnu/packages/admin.scm (igt-gpu-tools)[source]: Hard-code name.
master
Tobias Geerinckx-Rice 2018-12-23 10:45:09 +01:00
parent 213114a7b1
commit ecb589227c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -2365,7 +2365,7 @@ buffers.")
(method url-fetch)
(uri (string-append "https://cgit.freedesktop.org/xorg/app/"
"intel-gpu-tools/snapshot/"
name "-" version ".tar.gz"))
"igt-gpu-tools-" version ".tar.gz"))
(sha256
(base32
"0vzv2i4jfv2pkbqby5k3ap9pzidkmajwqmg3s7wnv8i1h33775iq"))))