From 07de94d6a4c7f9845b5f90beea37031a8334a7b8 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 29 Mar 2019 04:07:18 +0100 Subject: gnu: hyperrogue: Don't use NAME in hyperrogue-data. * gnu/packages/games.scm (hyperrogue)[native-inputs]: Hard code NAME in hyperrogue-data source URI. --- gnu/packages/games.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3