gnu: libsecret: Don't use NAME in source URI.
* gnu/packages/gnome.scm (libsecret)[source]: Hard-code NAME.
This commit is contained in:
parent
0b95b19b1d
commit
0ada4e2987
|
@ -2813,7 +2813,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://gnome/sources/libsecret/"
|
"mirror://gnome/sources/libsecret/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
"libsecret-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"058x64689k55wxfkdp4svhnwvv8jmqm7z5mrynybl38f4sfqiyiv"))))
|
"058x64689k55wxfkdp4svhnwvv8jmqm7z5mrynybl38f4sfqiyiv"))))
|
||||||
|
|
Loading…
Reference in New Issue