gnu: wla-dx: Use G-expressions.
* gnu/packages/assembly.scm (wla-dx)[arguments]: Rewrite as G-expressions.
This commit is contained in:
parent
2103e7c0fc
commit
eb12f3fd8b
1 changed files with 11 additions and 10 deletions
|
@ -359,8 +359,9 @@ package for the Game Boy and Game Boy Color. It consists of:
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs (list python-sphinx)) ; to generate man pages
|
(native-inputs (list python-sphinx)) ; to generate man pages
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'check 'copy-tests-to-build-directory
|
(add-before 'check 'copy-tests-to-build-directory
|
||||||
(lambda _
|
(lambda _
|
||||||
(copy-recursively "../source/tests" "tests")))
|
(copy-recursively "../source/tests" "tests")))
|
||||||
|
|
Reference in a new issue