3
0
Fork 0
forked from mirrors/nixpkgs

outcomment curlDiet until it builds, grmbl

svn path=/nixpkgs/trunk/; revision=3774
This commit is contained in:
Armijn Hemel 2005-09-05 10:47:47 +00:00
parent 7fccd83384
commit 432d8e7550

View file

@ -168,9 +168,9 @@ rec {
inherit fetchurl stdenv zlib;
};
curiDiet = (import ../tools/networking/curl-diet) {
inherit fetchurl stdenv zlib dietgcc;
};
#curlDiet = (import ../tools/networking/curl-diet) {
# inherit fetchurl stdenv zlib dietgcc;
#};
par2cmdline = (import ../tools/networking/par2cmdline) {
inherit fetchurl stdenv;