guix-patches
[Top][All Lists]
Advanced

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

[bug#41162] [PATCH 1/2] gnu: texlive-bin: Build shared libraries.


From: Jonathan Brielmaier
Subject: [bug#41162] [PATCH 1/2] gnu: texlive-bin: Build shared libraries.
Date: Sat, 9 May 2020 23:11:17 +0200

* gnu/packages/tex.scm (texlive-bin)[arguments]: Enable shared libraries as 
it's required for atril >= 1.24.
---
 gnu/packages/tex.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 683f9d7283..b206f794f8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -322,6 +322,7 @@ files from LOCATIONS with expected checksum HASH.  CODE is 
not currently in use.
       #:configure-flags
        '("--disable-static"
          "--disable-native-texlive-build"
+         "--enable-shared"
          "--with-system-cairo"
          "--with-system-freetype2"
          "--with-system-gd"
--
2.26.2






reply via email to

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