rosegarden: disable parallel builds
This commit is contained in:
parent
ffb8143cb1
commit
65c1afd238
|
@ -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/;
|
||||
|
|
Loading…
Reference in New Issue