Move "fetchurl restricted" code to requireFile.

This reverts r21474 and r21467.
Also migrate wtk (r21472) to new API.

svn path=/nixpkgs/trunk/; revision=21575
This commit is contained in:
Yury G. Kudryashov
2010-05-03 09:13:17 +00:00
parent 2d9ba975e7
commit 796ffd9f71
6 changed files with 58 additions and 56 deletions
-1
View File
@@ -119,7 +119,6 @@ rec {
stdenv = stdenvBoot0;
# Curl should be in /usr/bin or so.
curl = null;
inherit (allPackages) writeScript;
};