Merge pull request #39562 from dtzWill/fix/bootstrap-assert-eval
linux bootstrap: remove assertion failure from dev, fixes 'nix eval'
This commit is contained in:
commit
893bf70a1c
@ -107,11 +107,6 @@ let
|
|||||||
# Having the proper 'platform' in all the stdenvs allows getting proper
|
# Having the proper 'platform' in all the stdenvs allows getting proper
|
||||||
# linuxHeaders for example.
|
# linuxHeaders for example.
|
||||||
inherit platform;
|
inherit platform;
|
||||||
|
|
||||||
# stdenv.glibc is used by GCC build to figure out the system-level
|
|
||||||
# /usr/include directory.
|
|
||||||
# TODO: Remove this!
|
|
||||||
inherit (prevStage) glibc;
|
|
||||||
};
|
};
|
||||||
overrides = self: super: (overrides self super) // { fetchurl = thisStdenv.fetchurlBoot; };
|
overrides = self: super: (overrides self super) // { fetchurl = thisStdenv.fetchurlBoot; };
|
||||||
};
|
};
|
||||||
@ -129,8 +124,6 @@ in
|
|||||||
__raw = true;
|
__raw = true;
|
||||||
|
|
||||||
gcc-unwrapped = null;
|
gcc-unwrapped = null;
|
||||||
glibc = assert false; null;
|
|
||||||
musl = assert false; null;
|
|
||||||
binutils = null;
|
binutils = null;
|
||||||
coreutils = null;
|
coreutils = null;
|
||||||
gnugrep = null;
|
gnugrep = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user