about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 20:35:59 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:00:40 +0200
commit674eb400ef4049ac0d4dd53b541936f5d3b06962 (patch)
tree267b6c394832297d4e408dcfbcd14cb947d59443 /pkgs/applications
parentf7a0b0b9bc5a7cdaab1a88c466735269b1947a83 (diff)
downloadnixlib-674eb400ef4049ac0d4dd53b541936f5d3b06962.tar
nixlib-674eb400ef4049ac0d4dd53b541936f5d3b06962.tar.gz
nixlib-674eb400ef4049ac0d4dd53b541936f5d3b06962.tar.bz2
nixlib-674eb400ef4049ac0d4dd53b541936f5d3b06962.tar.lz
nixlib-674eb400ef4049ac0d4dd53b541936f5d3b06962.tar.xz
nixlib-674eb400ef4049ac0d4dd53b541936f5d3b06962.tar.zst
nixlib-674eb400ef4049ac0d4dd53b541936f5d3b06962.zip
treewide: Make explicit that 'dev' output of libevent is used
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/cluster/mesos/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/mesos/default.nix b/pkgs/applications/networking/cluster/mesos/default.nix
index bc6367a80551..6d6040aba8ba 100644
--- a/pkgs/applications/networking/cluster/mesos/default.nix
+++ b/pkgs/applications/networking/cluster/mesos/default.nix
@@ -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"
   ];