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
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ ncurses ];
|
||||
|
||||
configureFlags = "--without-x --with-ncurses=${ncurses}";
|
||||
configureFlags = "--without-x --with-ncurses=${ncurses.dev}";
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $dev/bin
|
||||
|
||||
Reference in New Issue
Block a user