diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-28 15:26:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-28 17:16:40 +0200 |
commit | 2d8dca9d36295eb0eb06f3ea2808464e6841a703 (patch) | |
tree | 3e004f0db37bd8e378d7e1c976fff7a658263cdd /gnu | |
parent | 4c6d15cfb94698e2a642a0184276e19a24422734 (diff) | |
download | patches-2d8dca9d36295eb0eb06f3ea2808464e6841a703.tar patches-2d8dca9d36295eb0eb06f3ea2808464e6841a703.tar.gz |
gnu: libgnome-games-support: Don't use NAME in source URI.
* gnu/packages/gnome.scm (libgnome-games-support)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index dd97df225a..a88b4d019d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3685,9 +3685,9 @@ queries upon that data.") (version "1.4.4") (source (origin (method url-fetch) - (uri (string-append "mirror://gnome/sources/" name "/" + (uri (string-append "mirror://gnome/sources/libgnome-games-support/" (version-major+minor version) "/" - name "-" version ".tar.xz")) + "libgnome-games-support-" version ".tar.xz")) (sha256 (base32 "1zkbmnrn161p74qg6jhsn9f66yjjzxfm13pl1klv9av8k1bax9pq")))) |