[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
46/47: gnu: texlive-union: Silence union-build.
From: |
Ricardo Wurmus |
Subject: |
46/47: gnu: texlive-union: Silence union-build. |
Date: |
Mon, 17 Jul 2017 08:04:14 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit c58d1b5f55632a664313426d909781bc94bb16c1
Author: Ricardo Wurmus <address@hidden>
Date: Sat Jul 15 10:43:54 2017 +0200
gnu: texlive-union: Silence union-build.
* gnu/packages/tex.scm (texlive-union)[arguments]: Suppress the output of
"union-build".
---
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 973c56a..85cf6fe 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1646,7 +1646,8 @@ standard LaTeX packages."
(((names . directories) ...)
(union-build (assoc-ref %outputs "out")
directories
- #:create-all-directories? #t)))
+ #:create-all-directories? #t
+ #:log-port (%make-void-port "w"))))
;; The configuration file "texmf.cnf" is provided by the
;; "texlive-bin" package. We take it and override only the
- 47/47: gnu: Add sooperlooper., (continued)
- 47/47: gnu: Add sooperlooper., Ricardo Wurmus, 2017/07/17
- 44/47: gnu: Add texlive-fonts-txfonts., Ricardo Wurmus, 2017/07/17
- 24/47: gnu: Add texlive-latex-mdwtools., Ricardo Wurmus, 2017/07/17
- 30/47: gnu: Add texlive-latex-wrapfig., Ricardo Wurmus, 2017/07/17
- 36/47: gnu: Add texlive-latex-psfrag., Ricardo Wurmus, 2017/07/17
- 34/47: gnu: Add texlive-latex-filemod., Ricardo Wurmus, 2017/07/17
- 41/47: gnu: texlive-union: Add texlive-fontname to defaults., Ricardo Wurmus, 2017/07/17
- 23/47: gnu: Add texlive-latex-framed., Ricardo Wurmus, 2017/07/17
- 27/47: gnu: Add texlive-latex-tabulary., Ricardo Wurmus, 2017/07/17
- 38/47: gnu: Add texlive-latex-pstool., Ricardo Wurmus, 2017/07/17
- 46/47: gnu: texlive-union: Silence union-build.,
Ricardo Wurmus <=
- 28/47: gnu: Add texlive-latex-threeparttable., Ricardo Wurmus, 2017/07/17