forked from mirrors/nixpkgs
Merge pull request #50956 from eadwu/iwd/disableParallelBuilding
iwd: disable parallel building
This commit is contained in:
commit
9df9cfbb3a
|
@ -32,7 +32,8 @@ in stdenv.mkDerivation rec {
|
|||
python3Packages.pygobject3
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# Enable when it works again
|
||||
enableParallelBuilding = false;
|
||||
|
||||
configureFlags = [
|
||||
"--with-dbus-datadir=$(out)/etc/"
|
||||
|
|
Loading…
Reference in a new issue