gnu: gcab: Don't use NAME in source URI.

* gnu/packages/package-management.scm (gcab)[source]: Hard-code name.
master
Tobias Geerinckx-Rice 2019-02-08 21:19:35 +01:00
parent a1785cfb6d
commit 41eac1863a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -839,8 +839,8 @@ on top of GNU Guix.")
(version "1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
version "/" name "-" version ".tar.xz"))
(uri (string-append "mirror://gnome/sources/gcab/"
version "/gcab-" version ".tar.xz"))
(sha256
(base32
"038h5kk41si2hc9d9169rrlvp8xgsxq27kri7hv2vr39gvz9cbas"))))