summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-23 22:58:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-24 00:59:26 +0200
commitd21778aa86babe4649be01266ffc49cf0152bc94 (patch)
tree36d5c43c9097a28bfd013136024dab247c18584f
parent51395c84fdbf8daed6392951a973ad750cf3eefa (diff)
downloadguix-patches-d21778aa86babe4649be01266ffc49cf0152bc94.tar
guix-patches-d21778aa86babe4649be01266ffc49cf0152bc94.tar.gz
gnu: colord: Don't use NAME in source URI.
* gnu/packages/gnome.scm (colord)[source]: Hard-code NAME.
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 870c4be4ab..0e2c6eb68d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3028,7 +3028,7 @@ keyboard shortcuts.")
(origin
(method url-fetch)
(uri (string-append "https://www.freedesktop.org/software/colord/releases/"
- name "-" version ".tar.xz"))
+ "colord-" version ".tar.xz"))
(sha256
(base32
"1xwxahg9mgmapc16xkb4kgmc40zpadrwav33xqmn6cgaw6g6d3ls"))))