[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: libgnomekbd: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
03/03: gnu: libgnomekbd: Don't use NAME in source URI. |
Date: |
Sat, 21 Sep 2019 13:19:01 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d47fa82dfcbd201c889d9057916d2f539cb1b864
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Sep 21 18:57:53 2019 +0200
gnu: libgnomekbd: Don't use NAME in source URI.
* gnu/packages/gnome.scm (libgnomekbd)[source]: Hard-code NAME.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 65ec9cd..34a0c43 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"))))