lol

zzuf: use autoreconfHook

authored by

Nick Cao and committed by
Frederik Rietdijk
884395ea 3f46c281

+2 -5
+2 -5
pkgs/tools/security/zzuf/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, pkg-config }: 1 + { lib, stdenv, fetchFromGitHub, pkg-config, autoreconfHook }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "zzuf"; ··· 11 11 sha256 = "0li1s11xf32dafxq1jbnc8c63313hy9ry09dja2rymk9mza4x2n9"; 12 12 }; 13 13 14 - nativeBuildInputs = [ autoconf automake ]; 15 - buildInputs = [ libtool pkg-config ]; 16 - 17 - preConfigure = "./bootstrap"; 14 + nativeBuildInputs = [ pkg-config autoreconfHook ]; 18 15 19 16 meta = with lib; { 20 17 description = "Transparent application input fuzzer";