treewide: Make explicit that 'dev' output of libevent is used
This commit is contained in:
parent
f7a0b0b9bc
commit
674eb400ef
@ -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"
|
||||||
];
|
];
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user