mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
netboot: turn off format hardening
This commit is contained in:
parent
9f644ee546
commit
663ec96a9a
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ yacc lzo db4 ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Mini PXE server";
|
||||
maintainers = [ maintainers.raskin ];
|
||||
|
Loading…
Reference in New Issue
Block a user