Update pkgs/stdenv/generic/default.nix

Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
Ben Siraphob 2021-01-31 03:03:11 +00:00 committed by GitHub
parent 0fa4858791
commit 227693ed69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,11 +153,11 @@ let
}) mkDerivation; }) mkDerivation;
# Slated for deprecation in 21.11 # Slated for deprecation in 21.11
lib = builtins.trace ( "Warning: `stdenv.lib` is deprecated " lib = builtins.trace
+ "and will be removed in the next release. " ( "Warning: `stdenv.lib` is deprecated and will be removed in the next release."
+ "Please use `pkgs.lib` instead. " + " Please use `pkgs.lib` instead."
+ "For more information see https://github.com/NixOS/nixpkgs/issues/108938") + " For more information see https://github.com/NixOS/nixpkgs/issues/108938")
lib; lib;
inherit fetchurlBoot; inherit fetchurlBoot;