mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +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:
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
(define (compile-with-latex format file)
|
(define (compile-with-latex format file)
|
||||||
(invoke format
|
(invoke format
|
||||||
"-interaction=batchmode"
|
"-interaction=nonstopmode"
|
||||||
"-output-directory=build"
|
"-output-directory=build"
|
||||||
(string-append "&" format)
|
(string-append "&" format)
|
||||||
file))
|
file))
|
||||||
|
|||||||
Reference in New Issue
Block a user