mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: dhewm3: Use gexps.
* gnu/packages/game-development.scm (dhewm3) [arguments]: Use gexps. Change-Id: I0a9090a30a988adeb177f282066b1aa31ca1a483 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
a6341c366e
commit
76a62583b7
1 changed files with 6 additions and 6 deletions
|
@ -3110,12 +3110,12 @@ (define-public dhewm3
|
||||||
"056prmry1lag1pandcw058y5yzbah80ccmz8qlmlx9siz8zlxqyw"))))
|
"056prmry1lag1pandcw058y5yzbah80ccmz8qlmlx9siz8zlxqyw"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No tests.
|
(list #:tests? #f ; No tests.
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'change-to-build-dir
|
(add-after 'unpack 'change-to-build-dir
|
||||||
(lambda _
|
(lambda _
|
||||||
(chdir "neo"))))))
|
(chdir "neo"))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list curl
|
(list curl
|
||||||
libx11
|
libx11
|
||||||
|
|
Loading…
Reference in a new issue