zellij: adapt to new darwin SDK pattern

This commit is contained in:
r-vdp 2024-11-07 13:43:54 +01:00
parent d04df75f40
commit 4833d9711d
No known key found for this signature in database
2 changed files with 1 additions and 10 deletions

View File

@ -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 = ''

View File

@ -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;