Add support for restricted downloads

svn path=/nixpkgs/trunk/; revision=21467
This commit is contained in:
Yury G. Kudryashov
2010-04-30 20:40:42 +00:00
parent cc0b0b1c69
commit 404c314412
4 changed files with 46 additions and 23 deletions
+1
View File
@@ -104,6 +104,7 @@ rec {
fetchurl = import ../../build-support/fetchurl {
stdenv = stdenvLinuxBoot0;
curl = bootstrapTools;
inherit (allPackages) writeScript;
};