pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
buildInputs = [ openssl ] ++ stdenv.lib.optionals stdenv.isDarwin [ Security libiconv curl ];
|
||||
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security libiconv curl ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Discover funding links for your project's dependencies";
|
||||
|
||||
Reference in New Issue
Block a user