3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/package-management.scm (gcab)[source]: Hard-code name.
This commit is contained in:
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

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"))))