parent
c8f971681e
commit
a05b581783
@ -398,8 +398,11 @@ in
|
||||
inherit (prevStage.stdenv) fetchurlBoot;
|
||||
|
||||
extraAttrs = {
|
||||
# TODO: remove this!
|
||||
inherit (prevStage) glibc;
|
||||
# remove before 22.11
|
||||
glibc = lib.warn
|
||||
( "`stdenv.glibc` is deprecated and will be removed in release 22.11."
|
||||
+ " Please use `pkgs.glibc` instead.")
|
||||
prevStage.glibc;
|
||||
|
||||
inherit bootstrapTools;
|
||||
shellPackage = prevStage.bash;
|
||||
|
Loading…
Reference in New Issue
Block a user