netsniff-ng: fixup build by using older make

This commit is contained in:
Vladimír Čunát 2022-12-16 20:07:42 +01:00
parent a68595ff05
commit af79751092
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -15,6 +15,7 @@
, liburcu
, ncurses
, pkg-config
, gnumake42
, zlib
}:
@ -34,6 +35,7 @@ stdenv.mkDerivation rec {
flex
makeWrapper
pkg-config
gnumake42 # fails with make 4.4
];
buildInputs = [