summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-04-14 01:30:21 +0200
committerNguyễn Gia Phong <cnx@loang.net>2026-07-22 12:20:08 +0900
commit7990316d029018e6c4efdefe4d5772c4a1d0ccdd (patch)
tree19cc1a54f296362694ddaac4d67d890255e44270
parentf4860cfe3fe434950324e2c5ce663d7a09f5c7de (diff)
gnu: yasm: Drop input labels.
* gnu/packages/assembly.scm (yasm)[inputs]: Drop input labels. Merges: https://codeberg.org/guix/guix/pulls/7884 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
-rw-r--r--gnu/packages/assembly.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index f5d5ba2f657..705c89f35e8 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -276,9 +276,7 @@ has strong support for macros.")
276 '(#:parallel-tests? #f)) ; Some tests fail 276 '(#:parallel-tests? #f)) ; Some tests fail
277 ; non-deterministically when run in 277 ; non-deterministically when run in
278 ; parallel 278 ; parallel
279 (inputs 279 (inputs (list python-wrapper xmlto))
280 `(("python" ,python-wrapper)
281 ("xmlto" ,xmlto)))
282 (home-page "https://yasm.tortall.net/") 280 (home-page "https://yasm.tortall.net/")
283 (synopsis "Rewrite of the NASM assembler") 281 (synopsis "Rewrite of the NASM assembler")
284 (description 282 (description