guix-commits
[Top][All Lists]
Advanced

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

48/94: gnu: libfontenc: Do not build static libraries.


From: guix-commits
Subject: 48/94: gnu: libfontenc: Do not build static libraries.
Date: Thu, 5 Dec 2019 12:15:34 -0500 (EST)

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

commit cefa4fe7a395a51096b49107a2e13872c011e05e
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 4 04:45:32 2019 +0100

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

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 0fc36a4..5d3190c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1097,6 +1097,8 @@ synchronization between the X server and direct-rendering 
clients.")
           (base32
             "0y90170dp8wsidr1dzza0grxr1lfh30ji3b5vkjz4j6x1n0wxz1c"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--disable-static")))
     (inputs
       `(("zlib" ,zlib)
         ("xorgproto" ,xorgproto)))



reply via email to

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