diff options
| author | r-vdp <ramses@well-founded.dev> | 2024-11-07 13:43:54 +0100 |
|---|---|---|
| committer | r-vdp <ramses@well-founded.dev> | 2024-11-07 13:53:07 +0100 |
| commit | 4833d9711d947d2997f58196e056b81301fa6fc2 (patch) | |
| tree | 4b45e9b51cc0c8cf80992a87499ab8a7a098b736 | |
| parent | zellij: 0.40.1 -> 0.41.1 (diff) | |
| download | nixpkgs-4833d9711d947d2997f58196e056b81301fa6fc2.tar.gz | |
zellij: adapt to new darwin SDK pattern
| -rw-r--r-- | pkgs/tools/misc/zellij/default.nix | 7 | ||||
| -rw-r--r-- | pkgs/top-level/all-packages.nix | 4 |
2 files changed, 1 insertions, 10 deletions
diff --git a/pkgs/tools/misc/zellij/default.nix b/pkgs/tools/misc/zellij/default.nix index 4559d83d41e3..5aa3aabf8afb 100644 --- a/pkgs/tools/misc/zellij/default.nix +++ b/pkgs/tools/misc/zellij/default.nix @@ -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 = '' diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index cdf056feef01..b0c8e2f6b1a3 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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; |
