mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
kdevplatform: disable parallel build
Hotfix for1edb9b9558
Ref: https://github.com/NixOS/nixpkgs/pull/13843 (cherry picked from commitcd7242d09d
) Hydra has a failure on 16.03, too: http://hydra.nixos.org/build/33898803/nixlog/1/raw
This commit is contained in:
parent
6465c790e2
commit
4a021a017d
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake automoc4 gettext pkgconfig ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
maintainers = [ maintainers.ambrop72 ];
|
||||
|
Loading…
Reference in New Issue
Block a user