me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/tex.scm (texlive-bin)[arguments]: Add "--disable-static" in
 #:configure-flags.
master
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
1 changed files with 2 additions and 1 deletions

View File

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