forked from mirrors/nixpkgs
argus: flex & bison belongs to nativeBuildInputs
This commit is contained in:
parent
2ce0f06a7c
commit
475aecef6a
|
@ -10,9 +10,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1zzf688dbbcb5z2r9v1p28rddns6znzx35nc05ygza6lp7aknkna";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libpcap bison cyrus_sasl tcp_wrappers flex ];
|
||||
propagatedBuildInputs = [ procps which wget lsof net_snmp ];
|
||||
nativeBuildInputs = [ pkgconfig bison flex ];
|
||||
buildInputs = [ libpcap cyrus_sasl tcp_wrappers ];
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace events/argus-extip.pl \
|
||||
|
|
Loading…
Reference in a new issue