[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: texlive-bin: Do not build static libraries.
From: |
guix-commits |
Subject: |
05/08: gnu: texlive-bin: Do not build static libraries. |
Date: |
Mon, 13 Jan 2020 18:19:26 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 46fd83031e72a0795ee8380a1e0285746e031c55
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 9 22:38:01 2020 +0100
gnu: texlive-bin: Do not build static libraries.
* gnu/packages/tex.scm (texlive-bin)[arguments]: Add "--disable-static" in
#:configure-flags.
---
gnu/packages/tex.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 644b455..3653e1d 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"
- branch core-updates updated (3963fc7 -> 8589294), guix-commits, 2020/01/13
- 01/08: gnu: Add ruby-hydra., guix-commits, 2020/01/13
- 05/08: gnu: texlive-bin: Do not build static libraries.,
guix-commits <=
- 03/08: build-system/texlive: Update to texlive-2019.3, revision 51265., guix-commits, 2020/01/13
- 06/08: gnu: texlive-bin: Purge unused bundled software from the source., guix-commits, 2020/01/13
- 07/08: gnu: Add texlive-hyphen-pali., guix-commits, 2020/01/13
- 02/08: gnu: poppler: Update to 0.84.0., guix-commits, 2020/01/13
- 04/08: gnu: texlive-bin: Update to 20190410., guix-commits, 2020/01/13
- 08/08: gnu: TeX Live: Update packages to 2019.3., guix-commits, 2020/01/13