* Install ncurses header files in $out/include, not

$out/include/ncurses.  This simplifies many builders.

svn path=/nixpkgs/trunk/; revision=4008
This commit is contained in:
Eelco Dolstra
2005-10-04 14:24:19 +00:00
parent 5573610e01
commit bdabd66a46
16 changed files with 15 additions and 52 deletions
@@ -1,6 +1,5 @@
source $stdenv/setup
configureFlags="--without-x --with-ncurses=$ncurses"
export NIX_CFLAGS_COMPILE="-I$ncurses/include/ncurses $NIX_CFLAGS_COMPILE"
genericBuild
@@ -7,5 +7,6 @@ stdenv.mkDerivation {
url = http://surfnet.dl.sourceforge.net/sourceforge/aa-project/aalib-1.4rc4.tar.gz;
md5 = "d5aa8e9eae07b7441298b5c30490f6a6";
};
buildInputs = [ncurses];
inherit ncurses;
}