1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

svn path=/nixpkgs/trunk/; revision=17724

This commit is contained in:
Eelco Dolstra 2009-10-08 12:48:44 +00:00
parent a32ea15fd4
commit c4d7f1dc82

View file

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