pls: remove stuff already included by apple-sdk

This commit is contained in:
TomaSajt 2024-10-31 20:05:49 +01:00
parent d4ca0a4783
commit f09703e02b
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -1,8 +1,6 @@
{ lib
, stdenv
, rustPlatform
, fetchFromGitHub
, darwin
}:
rustPlatform.buildRustPackage rec {
@ -18,10 +16,6 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-cDAHzK3pgpn5zEFdLBltf1e28yFFkXOzcF+nvDb8aWI=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Security
];
meta = {
changelog = "https://github.com/pls-rs/pls/releases/tag/${src.rev}";
description = "Prettier and powerful ls";