Add ncursesw compatibility link also for includes

This is needed for the ncurses cabal package to compile.  It uses
include/ncursesw/curses.h, without trying include/curses.h first.  The
files are provided through include/ncursesw on a clean Debian too, in
the unicode case (when the libncursesw5-dev is installed).
This commit is contained in:
Gergely Risko 2013-05-24 00:56:00 +02:00
parent da70c21cf7
commit 1739aab3f2

View file

@ -46,6 +46,7 @@ stdenv.mkDerivation (rec {
ln -svf lib''${lib}w.so.5 $out/lib/lib$lib.so.5
fi
done;
ln -svf . $out/include/ncursesw
'' else "";
meta = {