gnu: xa: Use G-expressions.
* gnu/packages/assembly.scm (xa)[arguments]: Rewrite as G-expressions.master
parent
d2ce2e0fee
commit
800fef714c
|
@ -405,11 +405,13 @@ Supported architectures are:
|
||||||
"0bph41aglxl07rnggrir2dl1x97f52hm0bl51d0vklyqvfyvm6qv"))))
|
"0bph41aglxl07rnggrir2dl1x97f52hm0bl51d0vklyqvfyvm6qv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; TODO: custom test harness, not sure how it works
|
(list
|
||||||
#:phases
|
#:tests? #f ; TODO: custom test harness, not sure how it works
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
(delete 'configure)) ; no "configure" script
|
#~(modify-phases %standard-phases
|
||||||
#:make-flags (list (string-append "DESTDIR=" (assoc-ref %outputs "out")))))
|
(delete 'configure)) ; no "configure" script
|
||||||
|
#:make-flags
|
||||||
|
#~(list (string-append "DESTDIR=" #$output)))) ; no $prefix support
|
||||||
(native-inputs (list perl))
|
(native-inputs (list perl))
|
||||||
(home-page "https://www.floodgap.com/retrotech/xa/")
|
(home-page "https://www.floodgap.com/retrotech/xa/")
|
||||||
(synopsis "Two-pass portable cross-assembler")
|
(synopsis "Two-pass portable cross-assembler")
|
||||||
|
|
Reference in New Issue