Fix evaluation

This commit is contained in:
Eelco Dolstra 2014-08-25 09:35:06 +02:00
parent 27d3984935
commit f5d648e27d

View File

@ -261,7 +261,7 @@ rec {
name = "";
}).override { inherit shell; };
fetchurlBoot = stage4.stdenv.fetchurl;
inherit (stage4.stdenv) fetchurlBoot;
extraAttrs = {
inherit (stage4.pkgs) glibc;