packetdrill: minor packaging tweaks
- native build inputs - allow building with hardening
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user