argus: flex & bison belongs to nativeBuildInputs

This commit is contained in:
Jörg Thalheim 2019-12-21 22:42:58 +00:00
parent 2ce0f06a7c
commit 475aecef6a
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -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 \