about summary refs log tree commit diff
path: root/pkgs/servers/xmpp
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 20:47:23 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:04:34 +0200
commite80e4ba2bbc5fd6e491e47ad7264eead075dd2d7 (patch)
treea5dd9252668895ccfc4f84899f9afcab9eb28829 /pkgs/servers/xmpp
parent5a8ad2d7a8a8a6c69f72e9404b63b1607fb2e88c (diff)
treewide: Make explicit that 'dev' output of sqlite is used
Diffstat (limited to 'pkgs/servers/xmpp')
-rw-r--r--pkgs/servers/xmpp/ejabberd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/xmpp/ejabberd/default.nix b/pkgs/servers/xmpp/ejabberd/default.nix
index 974a636e559ba..ef7d64b3e7811 100644
--- a/pkgs/servers/xmpp/ejabberd/default.nix
+++ b/pkgs/servers/xmpp/ejabberd/default.nix
@@ -90,7 +90,7 @@ in stdenv.mkDerivation rec {
       (lib.enableFeature withIconv "iconv")
       (lib.enableFeature withTools "tools")
       (lib.enableFeature withRedis "redis")
-    ] ++ lib.optional withSqlite "--with-sqlite3=${sqlite}";
+    ] ++ lib.optional withSqlite "--with-sqlite3=${sqlite.dev}";
 
   enableParallelBuilding = true;