me
/
guix
Archived
1
0
Fork 0

gnu: texlive-bin: Build shared libraries.

* gnu/packages/tex.scm (texlive-bin)[arguments]: Enable shared libraries as it's required for atril >= 1.24.
master
Jonathan Brielmaier 2020-05-09 23:11:17 +02:00
parent 968f541c36
commit 9ad5a1f98a
No known key found for this signature in database
GPG Key ID: ECFC83988B4E4B9F
1 changed files with 1 additions and 0 deletions

View File

@ -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"