lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Tuomas Tynkkynen and committed by
Vladimír Čunát
674eb400 f7a0b0b9

+3 -3
+1 -1
pkgs/applications/networking/cluster/mesos/default.nix
··· 104 104 "--enable-ssl" 105 105 "--with-ssl=${openssl}" 106 106 "--enable-libevent" 107 - "--with-libevent=${libevent}" 107 + "--with-libevent=${libevent.dev}" 108 108 ] ++ lib.optionals stdenv.isLinux [ 109 109 "--with-network-isolator" 110 110 ];
+1 -1
pkgs/development/libraries/coprthr/default.nix
··· 21 21 22 22 configureFlags = 23 23 [ "--with-libelf=${libelf}" 24 - "--with-libevent=${libevent}" 24 + "--with-libevent=${libevent.dev}" 25 25 "--with-libconfig=${libconfig}" 26 26 "--with-opencl-icd-path=$out/etc/OpenCL/vendors" 27 27 "--enable-user-install"
+1 -1
pkgs/servers/mail/opensmtpd/extras.nix
··· 17 17 "--sysconfdir=/etc" 18 18 "--localstatedir=/var" 19 19 "--with-privsep-user=smtpd" 20 - "--with-libevent-dir=${libevent}" 20 + "--with-libevent-dir=${libevent.dev}" 21 21 22 22 "--with-filter-clamav" 23 23 "--with-filter-dkim-signer"