1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

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;