3
0
Fork 0
forked from mirrors/nixpkgs

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).

Signed-off-by: Domen Kozar <domen@dev.si>
This commit is contained in:
Gergely Risko 2013-05-24 00:56:00 +02:00 committed by Domen Kozar
parent 303c3a9fbf
commit 8326038d2b

View file

@ -48,6 +48,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 = {