mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-04 16:25:54 +02:00
gnu: orcus: Don't build static library.
* gnu/packages/libreoffice.scm (orcus)[arguments]: Add configure-flag to skip static library.
This commit is contained in:
@@ -125,6 +125,8 @@ their dependencies automatically upon calculation.")
|
||||
(base32
|
||||
"14gbnqsv5n2fm4sxa17014f440clrzls6p2w2ixk9wipg4950v9s"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-static")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
|
||||
Reference in New Issue
Block a user