Update pkgs/stdenv/generic/default.nix
Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
parent
0fa4858791
commit
227693ed69
@ -153,11 +153,11 @@ let
|
||||
}) mkDerivation;
|
||||
|
||||
# Slated for deprecation in 21.11
|
||||
lib = builtins.trace ( "Warning: `stdenv.lib` is deprecated "
|
||||
+ "and will be removed in the next release. "
|
||||
+ "Please use `pkgs.lib` instead. "
|
||||
+ "For more information see https://github.com/NixOS/nixpkgs/issues/108938")
|
||||
lib;
|
||||
lib = builtins.trace
|
||||
( "Warning: `stdenv.lib` is deprecated and will be removed in the next release."
|
||||
+ " Please use `pkgs.lib` instead."
|
||||
+ " For more information see https://github.com/NixOS/nixpkgs/issues/108938")
|
||||
lib;
|
||||
|
||||
inherit fetchurlBoot;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user