libevent: split into multiple outputs

Hopefully all references are fixed.
This commit is contained in:
Vladimír Čunát
2015-10-05 15:58:37 +02:00
parent 38313d5d87
commit 6d86a93c43
7 changed files with 21 additions and 15 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
++ edf rootServer "root-server"
++ edf rrtypes "draft-rrtypes"
++ edf zoneStats "zone-stats"
++ [ "--with-ssl=${openssl}" "--with-libevent=${libevent}" ];
++ [ "--with-ssl=${openssl.dev}" "--with-libevent=${libevent.dev}" ];
meta = with stdenv.lib; {
homepage = http://www.nlnetlabs.nl;