mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
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
Block a user