forked from mirrors/nixpkgs
zzuf: use autoreconfHook
This commit is contained in:
parent
3f46c28157
commit
884395eae0
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, pkg-config }:
|
||||
{ lib, stdenv, fetchFromGitHub, pkg-config, autoreconfHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "zzuf";
|
||||
|
@ -11,10 +11,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0li1s11xf32dafxq1jbnc8c63313hy9ry09dja2rymk9mza4x2n9";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ libtool pkg-config ];
|
||||
|
||||
preConfigure = "./bootstrap";
|
||||
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Transparent application input fuzzer";
|
||||
|
|
Loading…
Reference in a new issue