diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-08 01:51:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-09 23:17:51 +0200 |
commit | 0ada4e298762526b9de7fa96429e70c2ba792db6 (patch) | |
tree | 9b604d5da881c231622e35a032fa49c234b79134 /gnu | |
parent | 0b95b19b1d3b525993e79c0c33bdac6b2469c8d4 (diff) | |
download | patches-0ada4e298762526b9de7fa96429e70c2ba792db6.tar patches-0ada4e298762526b9de7fa96429e70c2ba792db6.tar.gz |
gnu: libsecret: Don't use NAME in source URI.
* gnu/packages/gnome.scm (libsecret)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9ee652c304..dbc3ed6793 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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")))) |