pkgs/servers: stdenv.lib -> lib
This commit is contained in:
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
cargoSha256 = "0cyxa200iz7knkma4zi3mzky3g0kibbxd5303psk2rl2rppir0f7";
|
||||
|
||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security ]);
|
||||
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security ]);
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/robertohuertasm/microserver";
|
||||
|
||||
Reference in New Issue
Block a user