treewide: Mass replace 'ncurses}/lib' to refer the 'lib' output

This commit is contained in:
Tuomas Tynkkynen
2016-01-24 09:30:01 +02:00
parent 04c5830432
commit 8eb5d7d037
5 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
] ++ stdenv.lib.optionals stdenv.isDarwin [
"-DWITHOUT_OQGRAPH_STORAGE_ENGINE=1"
"-DWITHOUT_TOKUDB=1"
"-DCURSES_LIBRARY=${ncurses}/lib/libncurses.dylib"
"-DCURSES_LIBRARY=${ncurses.lib}/lib/libncurses.dylib"
];
# fails to find lex_token.h sometimes