1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-14 05:05:53 +02:00

build-system: texlive: Do not hide build output.

* guix/build/texlive-build-system.scm (compile-with-latex): Use "nonstopmode"
instead of "batchmode".
This commit is contained in:
Ricardo Wurmus
2019-01-10 22:42:17 +01:00
parent ac5c9f6ba6
commit bf6fb59a33
+1 -1
View File
@@ -35,7 +35,7 @@
(define (compile-with-latex format file)
(invoke format
"-interaction=batchmode"
"-interaction=nonstopmode"
"-output-directory=build"
(string-append "&" format)
file))