forked from mirrors/nixpkgs
netsniff-ng: fixup build by using older make
This commit is contained in:
parent
a68595ff05
commit
af79751092
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue