summary refs log tree commit diff
path: root/pkgs/development/libraries/libevent
diff options
context:
space:
mode:
authorPhilip Potter <philip.g.potter@gmail.com>2015-11-10 07:20:20 +0000
committerEdward Tjörnhammar <ed@cflags.cc>2015-11-29 15:01:22 +0100
commit01eb385346b09f12994c187af835ee72254640d6 (patch)
treea1159d0e359d2a749971085cce9fc06d052669d6 /pkgs/development/libraries/libevent
parent8795eeb6e131ab465a104d7d2f904d151cd8bd48 (diff)
downloadnixpkgs-01eb385346b09f12994c187af835ee72254640d6.tar
nixpkgs-01eb385346b09f12994c187af835ee72254640d6.tar.gz
nixpkgs-01eb385346b09f12994c187af835ee72254640d6.tar.bz2
nixpkgs-01eb385346b09f12994c187af835ee72254640d6.tar.lz
nixpkgs-01eb385346b09f12994c187af835ee72254640d6.tar.xz
nixpkgs-01eb385346b09f12994c187af835ee72254640d6.tar.zst
nixpkgs-01eb385346b09f12994c187af835ee72254640d6.zip
certificate-transparency: init at 2015-11-27
libevhtp: 1.2.10 -> 1.2.11

Package for certificate-transparency

This adds openssl support to libevent.  Libevent can be compiled without
openssl, in which case it just doesn't build the libevent_openssl
library.  However it seems simpler just to default to including openssl
support.

This bumps evhtp's version because 1.2.11 provides pkg-config
information which makes building certificate-transparency easier.

This has been tested with `doCheck = true;`.

Signed-off-by: Edward Tjörnhammar <ed@cflags.cc>
Diffstat (limited to 'pkgs/development/libraries/libevent')
-rw-r--r--pkgs/development/libraries/libevent/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libevent/default.nix b/pkgs/development/libraries/libevent/default.nix
index 284a09bc927..bddda9f3ead 100644
--- a/pkgs/development/libraries/libevent/default.nix
+++ b/pkgs/development/libraries/libevent/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, autoreconfHook, python, findutils }:
+{ stdenv, fetchurl, autoreconfHook, openssl, python, findutils }:
 
 let version = "2.0.22"; in
 stdenv.mkDerivation {
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
   };
 
   nativeBuildInputs = [ autoreconfHook ];
-  buildInputs = [ python ] ++ stdenv.lib.optional stdenv.isCygwin findutils;
+  buildInputs = [ openssl python ] ++ stdenv.lib.optional stdenv.isCygwin findutils;
 
   patchPhase = ''
     patchShebangs event_rpcgen.py