* 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

View File

@@ -0,0 +1,5 @@
source $stdenv/setup
configureFlags="--with-shared --includedir=$out/include"
genericBuild

View File

@@ -2,9 +2,9 @@
stdenv.mkDerivation {
name = "ncurses-5.4";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/ncurses-5.4.tar.gz;
md5 = "069c8880072060373290a4fefff43520";
};
configureFlags = "--with-shared";
}