On Tue, May 03, 2016 at 03:13:32PM +0200, Andreas Enge wrote: > Hello, > > when grafting texlive-texmf on my Novena, the build times out after an hour, > even when I add "--timeout=70000". This is even more annoying since the > package cannot be substituted any more.
What about if you also set --max-silent-time=70000?
$ guix build --help
[...]
--max-silent-time=SECONDS
mark the build as failed after SECONDS of silence
--timeout=SECONDS mark the build as failed after SECONDS of activity
[...]
