treewide: Make explicit that 'dev' output of sqlite is used
This commit is contained in:
committed by
Vladimír Čunát
parent
5a8ad2d7a8
commit
e80e4ba2bb
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user