gnu: alex4: Don't use unstable tarball.
* gnu/packages/games.scm (alex4)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
ab0ede51c0
commit
359a57b6e1
|
@ -256,14 +256,16 @@ mouse and joystick control, and original music.")
|
||||||
(version "1.2-alpha")
|
(version "1.2-alpha")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/carstene1ns/alex4/archive/"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/carstene1ns/alex4.git")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0jj1g3v1a6lyfwp5g2ly0n9z65ryqck8jxvzr01kaqjj3lsfkrhg"))))
|
(base32 "104nlhdsv1sg9g08fh5adwazw80400081awy7jsrn842srca0q1f"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list "-Csrc"
|
(list "-Csrc"
|
||||||
"CC=gcc"
|
"CC=gcc"
|
||||||
|
|
Loading…
Reference in New Issue