gnu: obby: Omit static library.
* gnu/packages/gobby.scm (obby)[arguments]: Add ‘--disable-static’ to #:configure-flags.
This commit is contained in:
parent
cc63996063
commit
c2c954afb2
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ (define-public obby
|
||||||
(base32
|
(base32
|
||||||
"0rwvp0kzsb8y6mq73rzb8yk4kvsrz64i2zf4lfqs3kh0x2k7n7bx"))))
|
"0rwvp0kzsb8y6mq73rzb8yk4kvsrz64i2zf4lfqs3kh0x2k7n7bx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags
|
||||||
|
(list "--disable-static")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue