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

This commit is contained in:
Tuomas Tynkkynen
2016-04-16 20:41:10 +03:00
committed by Vladimír Čunát
parent 3f8b08f506
commit 99acb412ab
7 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
-"es|\"cscope-indexer\"|\"$out/libexec/cscope/cscope-indexer\"|g";
'';
configureFlags = "--with-ncurses=${ncurses}";
configureFlags = "--with-ncurses=${ncurses.dev}";
buildInputs = [ ncurses ];
nativeBuildInputs = [ pkgconfig emacs ];

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-ltdl-include=${libtool}/include"
"--with-ltdl-lib=${libtool.lib}/lib"
"--with-ncurses=${ncurses}"
"--with-ncurses=${ncurses.dev}"
"--with-sqlite3=${sqlite}"
"--with-exuberant-ctags=${ctags}/bin/ctags"
"--with-posix-sort=${coreutils}/bin/sort"