mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-21 09:54:04 +02:00
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>
This commit is contained in:
committed by
Nguyễn Gia Phong
parent
4a4ef229e6
commit
390e7905e1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user