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

View File

@@ -104,7 +104,6 @@ rec {
fetchurl = import ../../build-support/fetchurl {
stdenv = stdenvLinuxBoot0;
curl = bootstrapTools;
inherit (allPackages) writeScript;
};