packetdrill: minor packaging tweaks
- native build inputs - allow building with hardening
This commit is contained in:
parent
2151e3b8eb
commit
8db26dbee4
@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
|
||||
setSourceRoot = ''
|
||||
export sourceRoot=$(realpath */gtests/net/packetdrill)
|
||||
'';
|
||||
hardeningDisable = [ "all" ];
|
||||
buildInputs = [ bison flex ];
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=unused-result";
|
||||
nativeBuildInputs = [ bison flex ];
|
||||
patches = [ ./nix.patch ];
|
||||
enableParallelBuilding = true;
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user