me
/
guix
Archived
1
0
Fork 0

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>
master
James Smith 2024-06-06 22:45:43 -07:00 committed by Liliana Marie Prikler
parent a6341c366e
commit 76a62583b7
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 6 additions and 6 deletions

View File

@ -3110,12 +3110,12 @@ game engine. id Tech 2 is the engine originally behind Quake 2.")
"056prmry1lag1pandcw058y5yzbah80ccmz8qlmlx9siz8zlxqyw"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; No tests.
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'change-to-build-dir
(lambda _
(chdir "neo"))))))
(list #:tests? #f ; No tests.
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'change-to-build-dir
(lambda _
(chdir "neo"))))))
(inputs
(list curl
libx11