gnu: lightning: Omit static library.

* gnu/packages/assembly.scm (lightning)[arguments]: Add "--disable-static"
to #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice 2022-11-13 01:00:01 +01:00
parent 510e4583e0
commit 7e3becd791
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -144,8 +144,10 @@ debugging information in STABS, DWARF 2, and CodeView 8 formats.")
(build-system gnu-build-system)
(native-inputs (list zlib))
(arguments
;; Some tests fail when run in parallel.
`(#:parallel-tests? #f))
`(#:configure-flags
(list "--disable-static")
;; Some tests fail when run in parallel.
#:parallel-tests? #f))
(synopsis "Library for generating assembly code at runtime")
(description
"GNU Lightning is a library that generates assembly language code at