guix-commits
[Top][All Lists]
Advanced

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

10/28: gnu: lcms: Do not build static library.


From: guix-commits
Subject: 10/28: gnu: lcms: Do not build static library.
Date: Wed, 8 Jan 2020 15:58:46 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit a1badf864f53b16ab8a52e387a65bf06530c2311
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 8 15:39:23 2020 +0100

    gnu: lcms: Do not build static library.
    
    * gnu/packages/ghostscript.scm (lcms)[arguments]: New field.
---
 gnu/packages/ghostscript.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 72a38fd..2b3a359 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -58,6 +58,8 @@
             (sha256 (base32
                      "083xisy6z01zhm7p7rgk4bx9d6zlr8l20qkfv1g29ylnhgwzvij8"))))
    (build-system gnu-build-system)
+   (arguments
+    `(#:configure-flags '("--disable-static")))
    (inputs `(("libjpeg" ,libjpeg)
              ("libtiff" ,libtiff)
              ("zlib" ,zlib)))



reply via email to

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