diff options
author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2020-05-09 23:11:17 +0200 |
---|---|---|
committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2020-12-08 22:25:57 +0100 |
commit | 9ad5a1f98a358153ccb90d4131100a7b94c87a7b (patch) | |
tree | f12fc76682a60f486d032444cd6c73f500733283 /gnu/packages | |
parent | 968f541c36c28c413f696558505f902d0a133d58 (diff) | |
download | guix-9ad5a1f98a358153ccb90d4131100a7b94c87a7b.tar.gz |
gnu: texlive-bin: Build shared libraries.
* gnu/packages/tex.scm (texlive-bin)[arguments]: Enable shared libraries as it's required for atril >= 1.24.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index db574b4e20..8c59aaf67f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -324,6 +324,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" |