* debootstrap is missing subst.patch.

svn path=/nixpkgs/trunk/; revision=17723
This commit is contained in:
Eelco Dolstra 2009-10-08 12:47:05 +00:00
parent 6533cfe95d
commit a32ea15fd4

View file

@ -618,10 +618,11 @@ let
inherit fetchurl stdenv gettext libjpeg lcms;
};
/*
debootstrap = import ../tools/misc/debootstrap {
inherit fetchurl stdenv lib dpkg gettext gawk wget perl;
inherit (bleedingEdgeRepos) sourceByName;
};
*/
ddclient = import ../tools/networking/ddclient {
inherit fetchurl buildPerlPackage perl;