heh: migrate to apple-sdk_11, move to by-name

This commit is contained in:
Sarah Clark 2024-11-06 12:15:33 -08:00
parent 3289b778e2
commit 4d7cf18000
2 changed files with 5 additions and 11 deletions

View File

@ -1,8 +1,8 @@
{ lib
, stdenv
, rustPlatform
, fetchFromGitHub
, darwin
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,
}:
rustPlatform.buildRustPackage rec {
@ -16,10 +16,6 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-eqWBTylvXqGhWdSGHdTM1ZURSD5pkUBoBOvBJ5zmJ7w=";
};
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (with darwin.apple_sdk.frameworks; [
AppKit
]);
cargoHash = "sha256-rLZgKLL28/ZrXzHVI6m4YeV2mk4E9W58HjTzRl2bMOw=";
meta = with lib; {

View File

@ -1770,8 +1770,6 @@ with pkgs;
headset-charge-indicator = callPackage ../tools/audio/headset-charge-indicator { };
heh = callPackage ../applications/editors/heh { };
hexdiff = callPackage ../tools/misc/hexdiff { };
hexo-cli = callPackage ../development/tools/hexo-cli { };