treewide: Make explicit that 'dev' output of ncurses is used
This commit is contained in:
committed by
Vladimír Čunát
parent
3f8b08f506
commit
99acb412ab
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user