diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-23 22:58:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-24 00:59:26 +0200 |
commit | d21778aa86babe4649be01266ffc49cf0152bc94 (patch) | |
tree | 36d5c43c9097a28bfd013136024dab247c18584f /gnu | |
parent | 51395c84fdbf8daed6392951a973ad750cf3eefa (diff) | |
download | patches-d21778aa86babe4649be01266ffc49cf0152bc94.tar patches-d21778aa86babe4649be01266ffc49cf0152bc94.tar.gz |
gnu: colord: Don't use NAME in source URI.
* gnu/packages/gnome.scm (colord)[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 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")))) |