gnu: pipewalker: Don't use NAME in source URI.
* gnu/packages/games.scm (pipewalker)[source]: Hard-code NAME.
This commit is contained in:
parent
a544817e80
commit
96848ecc16
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue