mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: freedoom: Update to 0.11.3.
* gnu/packages/games.scm (freedoom): Update to 0.11.3. [arguments]: Remove unnecessary "no" phase.
This commit is contained in:
parent
f7b60fdc36
commit
b0c95908c0
1 changed files with 2 additions and 3 deletions
|
@ -283,7 +283,7 @@ (define-public cowsay
|
||||||
(define-public freedoom
|
(define-public freedoom
|
||||||
(package
|
(package
|
||||||
(name "freedoom")
|
(name "freedoom")
|
||||||
(version "0.11.2")
|
(version "0.11.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/" name "/" name
|
(uri (string-append "https://github.com/" name "/" name
|
||||||
|
@ -291,7 +291,7 @@ (define-public freedoom
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b9k61f97spivi75f76zwwg8a3bgc6iil2hidqfj8s50lhqggwbb"))))
|
"1bjijdfqhpazyifx1qda7scj7dry1azhjrnl8h8zn2vqfgdmlh0q"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags `(,(string-append "prefix=" (assoc-ref %outputs "out")))
|
'(#:make-flags `(,(string-append "prefix=" (assoc-ref %outputs "out")))
|
||||||
|
@ -299,7 +299,6 @@ (define-public freedoom
|
||||||
#:tests? #f ; no check target
|
#:tests? #f ; no check target
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'unpack 'no (lambda _ #t))
|
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let* ((dejavu (assoc-ref inputs "font-dejavu"))
|
(let* ((dejavu (assoc-ref inputs "font-dejavu"))
|
||||||
|
|
Loading…
Reference in a new issue