diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-29 04:07:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-29 04:07:44 +0100 |
commit | 07de94d6a4c7f9845b5f90beea37031a8334a7b8 (patch) | |
tree | 498edd1c70f7b575b16db71567d791b6fb2825d0 | |
parent | 4959856443b477c9905d80b1a82abc35636b14e5 (diff) | |
download | guix-07de94d6a4c7f9845b5f90beea37031a8334a7b8.tar guix-07de94d6a4c7f9845b5f90beea37031a8334a7b8.tar.gz |
gnu: hyperrogue: Don't use NAME in hyperrogue-data.
* gnu/packages/games.scm (hyperrogue)[native-inputs]: Hard code NAME in
hyperrogue-data source URI.
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 1c0b1daa18..cba6c3f7f5 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3806,7 +3806,7 @@ throwing people around in pseudo-randomly generated buildings.") (method url-fetch) (uri (string-append - "https://www.roguetemple.com/z/hyper/" name + "https://www.roguetemple.com/z/hyper/hyperrogue" (string-join (string-split version #\.) "") "-win.zip")) (sha256 |