guix_mirror_bot pushed a commit to branch misc-world-rebuild
in repository guix.

commit 00309f80f4634fe42a274ee6e9ff8d1e50866bdf
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

Reply via email to