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

This commit is contained in:
Tuomas Tynkkynen
2016-04-16 20:47:23 +03:00
committed by Vladimír Čunát
parent 5a8ad2d7a8
commit e80e4ba2bb
10 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optional (!stdenv.isDarwin) acl;
configureFlags = [
"--with-sqlite3=${sqlite}"
"--with-sqlite3=${sqlite.dev}"
"--with-postgresql=${postgresql}"
];