Unverified Commit 17726c73 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

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

parents 56dafe8d 4d7cf180
Loading
Loading
Loading
Loading
+5 −9
Original line number Diff line number Diff line
{ 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; {
+0 −2
Original line number Diff line number Diff line
@@ -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 { };