gnu: cdogs-sdl: Use G-expression.
* gnu/packages/games.scm (cdogs-sdl)[arguments]: Use G-expression and refer to #$output.
This commit is contained in:
parent
3c6b6941a2
commit
b797e6906b
@ -6520,10 +6520,10 @@ emerges from a sewer hole and pulls her below ground.")
|
||||
(base32 "1505z8rli59i1ych4rzwbf4dvhv72icdj22n1xarb8xfyz0wyp3b"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list (string-append "-DCDOGS_DATA_DIR="
|
||||
(assoc-ref %outputs "out")
|
||||
"/share/cdogs-sdl/"))))
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list (string-append "-DCDOGS_DATA_DIR=" #$output
|
||||
"/share/cdogs-sdl/"))))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
|
Loading…
Reference in New Issue
Block a user