gnu: texlive-bin: Do not build static libraries.

* gnu/packages/tex.scm (texlive-bin)[arguments]: Add "--disable-static" in
 #:configure-flags.
This commit is contained in:
Marius Bakke 2020-01-09 22:38:01 +01:00
parent 1f2ef813fc
commit 46fd83031e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -314,7 +314,8 @@ (define-public texlive-bin
(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"