mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
ac5c9f6ba6
commit
bf6fb59a33
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
(define (compile-with-latex format file)
|
||||
(invoke format
|
||||
"-interaction=batchmode"
|
||||
"-interaction=nonstopmode"
|
||||
"-output-directory=build"
|
||||
(string-append "&" format)
|
||||
file))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue