diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-29 00:47:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-29 00:47:55 +0100 |
commit | 96848ecc16589282681208c56fcb4e5d077ced52 (patch) | |
tree | 0d981b2b32a65a8cc440efb6db63aec802c5d78c | |
parent | a544817e800859cea57f070336ed307d78a3e399 (diff) | |
download | guix-96848ecc16589282681208c56fcb4e5d077ced52.tar guix-96848ecc16589282681208c56fcb4e5d077ced52.tar.gz |
gnu: pipewalker: Don't use NAME in source URI.
* gnu/packages/games.scm (pipewalker)[source]: Hard-code NAME.
-rw-r--r-- | gnu/packages/games.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 7f23711123..7ca223a0a6 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -999,10 +999,9 @@ role, and your gender.") (origin (method url-fetch) (uri (string-append "http://downloads.sourceforge.net/pipewalker/" - name "-" version ".tar.gz")) + "pipewalker-" version ".tar.gz")) (sha256 - (base32 - "1x46wgk0s55562pd96cxagxkn6wpgglq779f9b64ff1k3xzp3myn")))) + (base32 "1x46wgk0s55562pd96cxagxkn6wpgglq779f9b64ff1k3xzp3myn")))) (build-system gnu-build-system) (arguments `(#:configure-flags |