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

* guix/build/texlive-build-system.scm (compile-with-latex): Use "nonstopmode"
instead of "batchmode".
master
Ricardo Wurmus 2019-01-10 22:42:17 +01:00
parent ac5c9f6ba6
commit bf6fb59a33
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

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))