heh: migrate to apple-sdk_11, move to by-name (#354079)

This commit is contained in:
Austin Horstman
2024-11-07 15:42:48 -06:00
committed by GitHub
2 changed files with 5 additions and 11 deletions
@@ -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; {
-2
View File
@@ -1768,8 +1768,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 { };