mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
iwd: disable parallel building
This commit is contained in:
parent
80c2d4249d
commit
5a6ee6a4e7
@ -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 New Issue
Block a user