me
/
guix
Archived
1
0
Fork 0

gnu: wla-dx: Use G-expressions.

* gnu/packages/assembly.scm (wla-dx)[arguments]:
Rewrite as G-expressions.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:00 +02:00
parent 2103e7c0fc
commit eb12f3fd8b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 11 additions and 10 deletions

View File

@ -359,8 +359,9 @@ package for the Game Boy and Game Boy Color. It consists of:
(build-system cmake-build-system)
(native-inputs (list python-sphinx)) ; to generate man pages
(arguments
`(#:phases
(modify-phases %standard-phases
(list
#:phases
#~(modify-phases %standard-phases
(add-before 'check 'copy-tests-to-build-directory
(lambda _
(copy-recursively "../source/tests" "tests")))