tealdeer: move to pkgs/by-name (#362874)

This commit is contained in:
Philip Taron 2024-12-07 12:03:06 -08:00 committed by GitHub
commit df05b65b13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 6 deletions

View File

@ -3,7 +3,7 @@
, rustPlatform
, fetchFromGitHub
, installShellFiles
, Security
, apple-sdk_11
}:
rustPlatform.buildRustPackage rec {
@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-ZKaq/JqH/Y2Cs9LLnlt1Gawe4R+kvS3vpUcNK95uujk=";
buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security;
buildInputs = lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11;
nativeBuildInputs = [ installShellFiles ];

View File

@ -3229,10 +3229,6 @@ with pkgs;
schleuder-cli = callPackage ../tools/security/schleuder/cli { };
tealdeer = callPackage ../tools/misc/tealdeer {
inherit (darwin.apple_sdk.frameworks) Security;
};
teamocil = callPackage ../tools/misc/teamocil { };
tsm-client-withGui = callPackage ../by-name/ts/tsm-client/package.nix { enableGui = true; };