diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-09 22:38:01 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-14 00:18:09 +0100 |
commit | 46fd83031e72a0795ee8380a1e0285746e031c55 (patch) | |
tree | 5e7bed6d4335dfc3cb827a5c33aab15bbc2e6283 /gnu | |
parent | 1f2ef813fccd38a81c186d2e664c05038fc674e4 (diff) |
gnu: texlive-bin: Do not build static libraries.
* gnu/packages/tex.scm (texlive-bin)[arguments]: Add "--disable-static" in
#:configure-flags.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 644b455966..3653e1d00c 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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" |