* Doh. Remove debug statement.

This commit is contained in:
Eelco Dolstra 2010-11-22 12:20:04 +00:00
parent b4ce69ed8d
commit 91fe70522f

View file

@ -229,7 +229,7 @@ sub doBuild {
# Run Nix to perform the build, and monitor the stderr output
# to get notifications about specific build steps, the
# associated log files, etc.
my $cmd = "nix-store -j1 --no-build-hook --realise $drvPath " .
my $cmd = "nix-store --realise $drvPath " .
"--max-silent-time $maxsilent --keep-going --fallback " .
"--no-build-output --log-type flat --print-build-trace " .
"--add-root " . gcRootFor $outPath . " 2>&1";