mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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
1 changed files with 2 additions and 3 deletions
|
@ -999,10 +999,9 @@ (define-public pipewalker
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://downloads.sourceforge.net/pipewalker/"
|
(uri (string-append "http://downloads.sourceforge.net/pipewalker/"
|
||||||
name "-" version ".tar.gz"))
|
"pipewalker-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1x46wgk0s55562pd96cxagxkn6wpgglq779f9b64ff1k3xzp3myn"))))
|
||||||
"1x46wgk0s55562pd96cxagxkn6wpgglq779f9b64ff1k3xzp3myn"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue