lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

netboot: disable parallel build

+4
+4
pkgs/tools/networking/netboot/default.nix
··· 13 13 14 14 hardeningDisable = [ "format" ]; 15 15 16 + # Disable parallel build, errors: 17 + # link: `parseopt.lo' is not a valid libtool object 18 + enableParallelBuilding = false; 19 + 16 20 meta = with lib; { 17 21 description = "Mini PXE server"; 18 22 maintainers = [ maintainers.raskin ];