mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
* debootstrap is missing subst.patch.
svn path=/nixpkgs/trunk/; revision=17723
This commit is contained in:
parent
6533cfe95d
commit
a32ea15fd4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user