forked from mirrors/nixpkgs
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"
|
||||
"--with-ssl=${openssl}"
|
||||
"--enable-libevent"
|
||||
"--with-libevent=${libevent}"
|
||||
"--with-libevent=${libevent.dev}"
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
"--with-network-isolator"
|
||||
];
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue