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" "--enable-ssl"
"--with-ssl=${openssl}" "--with-ssl=${openssl}"
"--enable-libevent" "--enable-libevent"
"--with-libevent=${libevent}" "--with-libevent=${libevent.dev}"
] ++ lib.optionals stdenv.isLinux [ ] ++ lib.optionals stdenv.isLinux [
"--with-network-isolator" "--with-network-isolator"
]; ];

View File

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

View File

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