guix-commits
[Top][All Lists]
Advanced

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

24/28: gnu: libpaper: Do not build the static library.


From: guix-commits
Subject: 24/28: gnu: libpaper: Do not build the static library.
Date: Wed, 8 Jan 2020 15:58:50 -0500 (EST)

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

commit f62df4cbf275964ebba1b88ae584caf3f629efd8
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 8 18:34:12 2020 +0100

    gnu: libpaper: Do not build the static library.
    
    * gnu/packages/ghostscript.scm (libpaper)[arguments]: Add #:configure-flags.
---
 gnu/packages/ghostscript.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 2b3a359..c63fc2f 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -90,7 +90,8 @@ Consortium standard (ICC), approved as ISO 15076-1.")
    (native-inputs
     `(("automake" ,automake))) ; For up to date 'config.guess' and 
'config.sub'.
    (arguments
-    `(#:phases
+    `(#:configure-flags '("--disable-static")
+      #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'fix-configure
           (lambda* (#:key inputs native-inputs #:allow-other-keys)



reply via email to

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