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
@@ -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 ];