* Remove unused stuff.

svn path=/nixpkgs/trunk/; revision=2268
This commit is contained in:
Eelco Dolstra
2005-02-22 09:57:36 +00:00
parent 399d23373e
commit 290fba0cb6
32 changed files with 1 additions and 214 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ rec {
tar = ./tools/tar;
bunzip2 = ./tools/bunzip2;
cp = ./tools/cp;
curl = ./curl-static/curl-7.12.2-static.tar.bz2;
curl = ./tools/curl-7.12.2-static.tar.bz2;
system = "i686-linux";
args = [ ./scripts/unpack-curl.sh ];
};