kdevplatform: disable parallel build
Hotfix for 1edb9b9558fba6026cf3c7dddb11fda71d4c740d Ref: https://github.com/NixOS/nixpkgs/pull/13843
This commit is contained in:
parent
fdcd875b0e
commit
cd7242d09d
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake automoc4 gettext pkgconfig ];
|
nativeBuildInputs = [ cmake automoc4 gettext pkgconfig ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
maintainers = [ maintainers.ambrop72 ];
|
maintainers = [ maintainers.ambrop72 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user