me
/
guix
Archived
1
0
Fork 0

gnu: orcus: Don't build static library.

* gnu/packages/libreoffice.scm (orcus)[arguments]: Add configure-flag to
skip static library.
master
Efraim Flashner 2021-06-22 12:43:18 +03:00
parent cb180427d0
commit e1f5517c46
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -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