* Get rid of some dietlibc stuff.

svn path=/nixpkgs/trunk/; revision=16132
This commit is contained in:
Eelco Dolstra
2009-07-02 08:58:58 +00:00
parent 0281a7deb8
commit 255a4a91f0
4 changed files with 0 additions and 51 deletions

View File

@@ -1,5 +0,0 @@
source $stdenv/setup
configureFlags="--includedir=$out/include --without-cxx-binding"
genericBuild

View File

@@ -1,10 +0,0 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "ncurses-5.5";
builder = ./builder.sh;
src = fetchurl {
url = mirror://gnu/ncurses/ncurses-5.5.tar.gz;
md5 = "e73c1ac10b4bfc46db43b2ddfd6244ef";
};
}