guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/09: gnu: orcus: Don't build static library.


From: guix-commits
Subject: 07/09: gnu: orcus: Don't build static library.
Date: Tue, 22 Jun 2021 06:53:06 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit e1f5517c46373f10af22618eea8484a6d0f613c7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 22 12:43:18 2021 +0300

    gnu: orcus: Don't build static library.
    
    * gnu/packages/libreoffice.scm (orcus)[arguments]: Add configure-flag to
    skip static library.
---
 gnu/packages/libreoffice.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index dc59209..672a5e3 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]