pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
|
||||
SODIUM_USE_PKG_CONFIG = 1;
|
||||
|
||||
buildInputs = [ openssl libsodium ]
|
||||
++ stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
||||
++ lib.optionals stdenv.isDarwin [ Security ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user