summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-21 18:57:53 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-21 19:17:53 +0200
commitd47fa82dfcbd201c889d9057916d2f539cb1b864 (patch)
treef1f7f97a59d303cafb4163614b7687e26f9ec5c9 /gnu
parent10097e585e27c79349a39ab4743885e86a8b7797 (diff)
downloadpatches-d47fa82dfcbd201c889d9057916d2f539cb1b864.tar
patches-d47fa82dfcbd201c889d9057916d2f539cb1b864.tar.gz
gnu: libgnomekbd: Don't use NAME in source URI.
* gnu/packages/gnome.scm (libgnomekbd)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 65ec9cdb74..34a0c43b50 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7264,9 +7264,9 @@ GLib/GObject code.")
(version "3.26.1")
(source (origin
(method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
+ (uri (string-append "mirror://gnome/sources/libgnomekbd/"
(version-major+minor version) "/"
- name "-" version ".tar.xz"))
+ "libgnomekbd-" version ".tar.xz"))
(sha256
(base32
"0y962ykn3rr9gylj0pwpww7bi20lmhvsw6qvxs5bisbn2mih5jpp"))))