summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/assembly.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 8a899f00200..7e36bbcc71e 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -144,8 +144,10 @@ debugging information in STABS, DWARF 2, and CodeView 8 formats.")
144 (build-system gnu-build-system) 144 (build-system gnu-build-system)
145 (native-inputs (list zlib)) 145 (native-inputs (list zlib))
146 (arguments 146 (arguments
147 ;; Some tests fail when run in parallel. 147 `(#:configure-flags
148 `(#:parallel-tests? #f)) 148 (list "--disable-static")
149 ;; Some tests fail when run in parallel.
150 #:parallel-tests? #f))
149 (synopsis "Library for generating assembly code at runtime") 151 (synopsis "Library for generating assembly code at runtime")
150 (description 152 (description
151 "GNU Lightning is a library that generates assembly language code at 153 "GNU Lightning is a library that generates assembly language code at