guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit e02c727e8291545f2a296e1779336ddf5ee55e68 Author: Nicolas Graves <[email protected]> AuthorDate: Tue Apr 14 01:30:21 2026 +0200 gnu: yasm: Drop input labels. * gnu/packages/assembly.scm (yasm)[inputs]: Drop input labels. Change-Id: I7b14b2962c72b64ac409d3914fd76af3278adbd7 Signed-off-by: Nguyễn Gia Phong <[email protected]> --- gnu/packages/assembly.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm index 5a289a85ab..5496167a93 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm @@ -276,9 +276,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
