mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -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
|
||||
(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 a new issue