mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
restore stdenv.glibc, will remove separately.
This commit is contained in:
parent
22a5393041
commit
119920faa6
@ -107,7 +107,8 @@ let
|
||||
|
||||
# stdenv.glibc is used by GCC build to figure out the system-level
|
||||
# /usr/include directory.
|
||||
# inherit (prevStage) glibc;
|
||||
# TODO: Remove this!
|
||||
inherit (prevStage) glibc;
|
||||
};
|
||||
overrides = self: super: (overrides self super) // { fetchurl = thisStdenv.fetchurlBoot; };
|
||||
};
|
||||
@ -333,7 +334,9 @@ in
|
||||
inherit (prevStage.stdenv) fetchurlBoot;
|
||||
|
||||
extraAttrs = {
|
||||
# inherit (prevStage) glibc;
|
||||
# TODO: remove this!
|
||||
inherit (prevStage) glibc;
|
||||
|
||||
inherit platform bootstrapTools;
|
||||
shellPackage = prevStage.bash;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user