Skip to content

Commit 7a038b9

Browse files
committedNov 23, 2016
libevent: Drop unnecessary autoreconfHook dependency
1 parent a04a4b2 commit 7a038b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎pkgs/development/libraries/libevent/default.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ stdenv, fetchurl, autoreconfHook, openssl, findutils }:
1+
{ stdenv, fetchurl, openssl, findutils }:
22

33
let version = "2.0.22"; in
44
stdenv.mkDerivation {
@@ -12,7 +12,6 @@ stdenv.mkDerivation {
1212
outputs = [ "out" "dev" ];
1313
outputBin = "dev";
1414

15-
nativeBuildInputs = [ autoreconfHook ];
1615
buildInputs = [ openssl ] ++ stdenv.lib.optional stdenv.isCygwin findutils;
1716

1817
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.