mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #50956 from eadwu/iwd/disableParallelBuilding
iwd: disable parallel building
This commit is contained in:
commit
9df9cfbb3a
1 changed files with 2 additions and 1 deletions
|
@ -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