netboot: disable parallel build
This commit is contained in:
parent
47e9de5f86
commit
0022c16ae5
@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
# Disable parallel build, errors:
|
||||
# link: `parseopt.lo' is not a valid libtool object
|
||||
enableParallelBuilding = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Mini PXE server";
|
||||
maintainers = [ maintainers.raskin ];
|
||||
|
Loading…
Reference in New Issue
Block a user