mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: lightning: Omit static library.
* gnu/packages/assembly.scm (lightning)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
510e4583e0
commit
7e3becd791
1 changed files with 4 additions and 2 deletions
|
@ -144,8 +144,10 @@ (define-public lightning
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue