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 = ''
|
setSourceRoot = ''
|
||||||
export sourceRoot=$(realpath */gtests/net/packetdrill)
|
export sourceRoot=$(realpath */gtests/net/packetdrill)
|
||||||
'';
|
'';
|
||||||
hardeningDisable = [ "all" ];
|
NIX_CFLAGS_COMPILE = "-Wno-error=unused-result";
|
||||||
buildInputs = [ bison flex ];
|
nativeBuildInputs = [ bison flex ];
|
||||||
patches = [ ./nix.patch ];
|
patches = [ ./nix.patch ];
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user