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

* gnu/packages/gnome.scm (libsecret)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-09-08 01:51:11 +02:00
parent 0b95b19b1d
commit 0ada4e2987
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -2813,7 +2813,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
(uri (string-append
"mirror://gnome/sources/libsecret/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"libsecret-" version ".tar.xz"))
(sha256
(base32
"058x64689k55wxfkdp4svhnwvv8jmqm7z5mrynybl38f4sfqiyiv"))))