me
/
guix
Archived
1
0
Fork 0

gnu: obby: Omit static library.

* gnu/packages/gobby.scm (obby)[arguments]: Add ‘--disable-static’
to #:configure-flags.
master
Tobias Geerinckx-Rice 2021-01-03 05:46:09 +01:00
parent cc63996063
commit c2c954afb2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,9 @@
(base32
"0rwvp0kzsb8y6mq73rzb8yk4kvsrz64i2zf4lfqs3kh0x2k7n7bx"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(list "--disable-static")))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs