Merge pull request #194259 from Artturin/completedep

This commit is contained in:
Sandro 2022-10-03 22:24:22 +02:00 committed by GitHub
commit 1cd8332a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};