gnu: lightning: Omit static library.
* gnu/packages/assembly.scm (lightning)[arguments]: Add "--disable-static" to #:configure-flags.master
parent
510e4583e0
commit
7e3becd791
|
@ -144,8 +144,10 @@ debugging information in STABS, DWARF 2, and CodeView 8 formats.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list zlib))
|
(native-inputs (list zlib))
|
||||||
(arguments
|
(arguments
|
||||||
;; Some tests fail when run in parallel.
|
`(#:configure-flags
|
||||||
`(#:parallel-tests? #f))
|
(list "--disable-static")
|
||||||
|
;; Some tests fail when run in parallel.
|
||||||
|
#:parallel-tests? #f))
|
||||||
(synopsis "Library for generating assembly code at runtime")
|
(synopsis "Library for generating assembly code at runtime")
|
||||||
(description
|
(description
|
||||||
"GNU Lightning is a library that generates assembly language code at
|
"GNU Lightning is a library that generates assembly language code at
|
||||||
|
|
Reference in New Issue