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
@@ -119,6 +119,7 @@ rec {
stdenv = stdenvBoot0;
# Curl should be in /usr/bin or so.
curl = null;
inherit (allPackages) writeScript;
};