pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -47,7 +47,7 @@ in (rustPlatform.buildRustPackage rec {
|
||||
|
||||
nativeBuildInputs = with pkgs; [ rustPackages.rustfmt ];
|
||||
buildInputs =
|
||||
stdenv.lib.optionals stdenv.isDarwin [ CoreServices Security ];
|
||||
lib.optionals stdenv.isDarwin [ CoreServices Security ];
|
||||
|
||||
# copy the docs to the $man and $doc outputs
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user