gnu: texlive-bin: Do not build static libraries.
* gnu/packages/tex.scm (texlive-bin)[arguments]: Add "--disable-static" in #:configure-flags.master
parent
1f2ef813fc
commit
46fd83031e
|
@ -314,7 +314,8 @@ copied to their outputs; otherwise the TEXLIVE-BUILD-SYSTEM is used."
|
|||
(arguments
|
||||
`(#:out-of-source? #t
|
||||
#:configure-flags
|
||||
`("--disable-native-texlive-build"
|
||||
'("--disable-static"
|
||||
"--disable-native-texlive-build"
|
||||
"--with-system-cairo"
|
||||
"--with-system-freetype2"
|
||||
"--with-system-gd"
|
||||
|
|
Reference in New Issue