Skip to content

Commit 4833d97

Browse files
committed
zellij: adapt to new darwin SDK pattern
1 parent d04df75 commit 4833d97

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

pkgs/tools/misc/zellij/default.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
, stdenv
55
, installShellFiles
66
, pkg-config
7-
, libiconv
87
, openssl
9-
, DiskArbitration
10-
, Foundation
118
, mandown
129
, zellij
1310
, testers
@@ -36,10 +33,6 @@ rustPlatform.buildRustPackage rec {
3633

3734
buildInputs = [
3835
openssl
39-
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
40-
libiconv
41-
DiskArbitration
42-
Foundation
4336
];
4437

4538
preCheck = ''

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13877,9 +13877,7 @@ with pkgs;
1387713877

1387813878
zed = callPackage ../development/tools/zed { };
1387913879

13880-
zellij = callPackage ../tools/misc/zellij {
13881-
inherit (darwin.apple_sdk.frameworks) DiskArbitration Foundation;
13882-
};
13880+
zellij = callPackage ../tools/misc/zellij { };
1388313881

1388413882
zenith = callPackage ../tools/system/zenith {
1388513883
inherit (darwin.apple_sdk.frameworks) IOKit;

0 commit comments

Comments
 (0)