mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 16:42:09 +00:00
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
|
python3Packages.pygobject3
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
# Enable when it works again
|
||||||
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-dbus-datadir=$(out)/etc/"
|
"--with-dbus-datadir=$(out)/etc/"
|
||||||
|
|
Loading…
Reference in a new issue