mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
networkmanager: no need for parallel building flag, drop
Per reviewer feedback, thanks! Co-Authored-By: dtzWill <github@wdtz.org>
This commit is contained in:
parent
b0537770d9
commit
47bf62c0c9
@ -87,7 +87,6 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = false; # requires /sys, the net
|
doCheck = false; # requires /sys, the net
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs ./tools
|
patchShebangs ./tools
|
||||||
|
Loading…
Reference in New Issue
Block a user