stdenv: complete the deprecation of stdenv.glibc

This commit is contained in:
Artturin 2022-10-03 20:19:54 +03:00
parent f8943b8c74
commit 30cc0cde34

View file

@ -415,12 +415,6 @@ in
inherit (prevStage.stdenv) fetchurlBoot;
extraAttrs = {
# 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;
};