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