Compare commits

...

1 Commits

Author SHA1 Message Date
Nicolas Graves
390e7905e1 gnu: yasm: Drop input labels.
* gnu/packages/assembly.scm (yasm)[inputs]: Drop input labels.

Change-Id: I7b14b2962c72b64ac409d3914fd76af3278adbd7
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
2026-04-15 11:23:37 +09:00

View File

@@ -265,9 +265,7 @@ has strong support for macros.")
'(#:parallel-tests? #f)) ; Some tests fail
; non-deterministically when run in
; parallel
(inputs
`(("python" ,python-wrapper)
("xmlto" ,xmlto)))
(inputs (list python-wrapper xmlto))
(home-page "https://yasm.tortall.net/")
(synopsis "Rewrite of the NASM assembler")
(description