mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
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:
parent
1f2ef813fc
commit
46fd83031e
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue