gcr: disable parallel builds

This commit is contained in:
Luca Bruno 2015-09-10 12:58:43 +02:00
parent 7690891ea4
commit fe25f52cce

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
#doCheck = true;
enableParallelBuilding = true;
#enableParallelBuilding = true; issues on hydra
preFixup = ''
wrapProgram "$out/bin/gcr-viewer" \