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
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
"--with-ltdl-include=${libtool}/include"
|
||||
"--with-ltdl-lib=${libtool.lib}/lib"
|
||||
"--with-ncurses=${ncurses.dev}"
|
||||
"--with-sqlite3=${sqlite}"
|
||||
"--with-sqlite3=${sqlite.dev}"
|
||||
"--with-exuberant-ctags=${ctags}/bin/ctags"
|
||||
"--with-posix-sort=${coreutils}/bin/sort"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user