Unverified Commit 4833d971 authored by r-vdp's avatar r-vdp
Browse files

zellij: adapt to new darwin SDK pattern

parent d04df75f
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -4,10 +4,7 @@
, stdenv
, installShellFiles
, pkg-config
, libiconv
, openssl
, DiskArbitration
, Foundation
, mandown
, zellij
, testers
@@ -36,10 +33,6 @@ rustPlatform.buildRustPackage rec {

  buildInputs = [
    openssl
  ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
    libiconv
    DiskArbitration
    Foundation
  ];

  preCheck = ''
+1 −3
Original line number Diff line number Diff line
@@ -13877,9 +13877,7 @@ with pkgs;
  zed = callPackage ../development/tools/zed { };
  zellij = callPackage ../tools/misc/zellij {
    inherit (darwin.apple_sdk.frameworks) DiskArbitration Foundation;
  };
  zellij = callPackage ../tools/misc/zellij { };
  zenith = callPackage ../tools/system/zenith {
    inherit (darwin.apple_sdk.frameworks) IOKit;