mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
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
1 changed files with 4 additions and 4 deletions
|
@ -6520,10 +6520,10 @@ (define-public cdogs-sdl
|
|||
(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 a new issue