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

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:00:49 +02:00
committed by Vladimír Čunát
parent 3f8b08f506
commit 99acb412ab
7 changed files with 7 additions and 7 deletions
@@ -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"