ngrep: switch to default make

This commit is contained in:
Piotr Bogdan 2018-03-22 15:56:00 +00:00
parent 0244d8b094
commit 20738d8b81

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, autoreconfHook, libpcap, gnumake3, pcre }:
{ lib, stdenv, fetchFromGitHub, fetchpatch, autoreconfHook, libpcap, pcre }:
stdenv.mkDerivation rec {
name = "ngrep-${version}";
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
})
];
nativeBuildInputs = [ autoreconfHook gnumake3 ];
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ libpcap pcre ];
configureFlags = [