rosegarden: disable parallel builds

This commit is contained in:
Luca Bruno 2015-09-01 14:37:25 +02:00
parent ffb8143cb1
commit 65c1afd238

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation (rec {
libsndfile libsamplerate perl makedepend libjack2 ]
++ stdenv.lib.optional withLirc [ lirc ];
enableParallelBuilding = true;
#enableParallelBuilding = true; issues on hydra
meta = with stdenv.lib; {
homepage = http://www.rosegardenmusic.com/;