Skip to content

Commit

Permalink
libevent: Drop unnecessary autoreconfHook dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Nov 23, 2016
1 parent a04a4b2 commit 7a038b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/development/libraries/libevent/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, autoreconfHook, openssl, findutils }:
{ stdenv, fetchurl, openssl, findutils }:

let version = "2.0.22"; in
stdenv.mkDerivation {
Expand All @@ -12,7 +12,6 @@ stdenv.mkDerivation {
outputs = [ "out" "dev" ];
outputBin = "dev";

nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ openssl ] ++ stdenv.lib.optional stdenv.isCygwin findutils;

meta = with stdenv.lib; {
Expand Down

0 comments on commit 7a038b9

Please sign in to comment.