From 0ada4e298762526b9de7fa96429e70c2ba792db6 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 8 Sep 2019 01:51:11 +0200 Subject: gnu: libsecret: Don't use NAME in source URI. * gnu/packages/gnome.scm (libsecret)[source]: Hard-code NAME. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/gnome.scm') 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")))) -- cgit v1.2.3