diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-13 17:25:55 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-14 00:05:08 +0200 |
commit | 0c716128d3efc46bbb2dc757dc3d058c9bd62a59 (patch) | |
tree | e103d1add657268ecb09699287e201418053c3ab /gnu/packages/games.scm | |
parent | ac6f1c777a7cfaa431000c4c9bd4dd690a806018 (diff) |
gnu: gnome-chess: Don't use NAME in source URI.
* gnu/packages/games.scm (gnome-chess)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index ddfff4db8d..ed1333dee6 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1161,9 +1161,9 @@ destroying an ancient book using a special wand.") (version "3.36.0") (source (origin (method url-fetch) - (uri (string-append "mirror://gnome/sources/" name "/" + (uri (string-append "mirror://gnome/sources/gnome-chess/" (version-major+minor version) "/" - name "-" version ".tar.xz")) + "gnome-chess-" version ".tar.xz")) (sha256 (base32 "1a9fgi749gy1f60vbcyrqqkab9vqs42hji70q73k1xx8rv0agmg0")))) |