treewide: Make explicit that 'dev' output of libevent is used

This commit is contained in:
Tuomas Tynkkynen 2016-04-16 20:35:59 +03:00 committed by Vladimír Čunát
parent f7a0b0b9bc
commit 674eb400ef
3 changed files with 3 additions and 3 deletions

View file

@ -104,7 +104,7 @@ in stdenv.mkDerivation rec {
"--enable-ssl"
"--with-ssl=${openssl}"
"--enable-libevent"
"--with-libevent=${libevent}"
"--with-libevent=${libevent.dev}"
] ++ lib.optionals stdenv.isLinux [
"--with-network-isolator"
];

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
configureFlags =
[ "--with-libelf=${libelf}"
"--with-libevent=${libevent}"
"--with-libevent=${libevent.dev}"
"--with-libconfig=${libconfig}"
"--with-opencl-icd-path=$out/etc/OpenCL/vendors"
"--enable-user-install"

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
"--sysconfdir=/etc"
"--localstatedir=/var"
"--with-privsep-user=smtpd"
"--with-libevent-dir=${libevent}"
"--with-libevent-dir=${libevent.dev}"
"--with-filter-clamav"
"--with-filter-dkim-signer"