pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
buildInputs = [
|
||||
curl zlib
|
||||
] ++ stdenv.lib.optionals stdenv.isDarwin [ CoreServices Security ];
|
||||
] ++ lib.optionals stdenv.isDarwin [ CoreServices Security ];
|
||||
|
||||
cargoBuildFlags = [ "--features no-self-update" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user