diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-29 04:25:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-29 04:07:43 +0100 |
commit | 22da44e8c2e09815b83960960a808daf92cd8ec6 (patch) | |
tree | c45c81ceb622ad6e35cf84d34b905b75caca26b6 | |
parent | e9d4409bab594b3c28f7e74cfdcace7d1a7538c6 (diff) | |
download | guix-22da44e8c2e09815b83960960a808daf92cd8ec6.tar guix-22da44e8c2e09815b83960960a808daf92cd8ec6.tar.gz |
gnu: laby: Don't use NAME in source URI.
* gnu/packages/games.scm (laby)[source]: Hard-code NAME.
-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 c9286f8346..2940c94c48 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3577,7 +3577,7 @@ Linux / Mac OS X servers, and an auto mapper with a VT100 map display.") (origin (method url-fetch) (uri (string-append "https://github.com/sgimenez/laby/archive/" - name "-" version ".tar.gz")) + "laby-" version ".tar.gz")) (sha256 (base32 "0gyrfa95l1qka7gbjf7l6mk7mbfvph00l0c995ia272qdw7rjhyf")) |