netboot: turn off format hardening
This commit is contained in:
parent
9f644ee546
commit
663ec96a9a
@ -9,10 +9,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ yacc lzo db4 ];
|
buildInputs = [ yacc lzo db4 ];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Mini PXE server";
|
description = "Mini PXE server";
|
||||||
maintainers = [ maintainers.raskin ];
|
maintainers = [ maintainers.raskin ];
|
||||||
platforms = ["x86_64-linux"];
|
platforms = ["x86_64-linux"];
|
||||||
license = stdenv.lib.licenses.free;
|
license = stdenv.lib.licenses.free;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user