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
parent
968f541c36
commit
9ad5a1f98a
|
@ -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"
|
||||
|
|
Reference in New Issue