mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
zellij: adapt to new darwin SDK pattern
This commit is contained in:
parent
d04df75f40
commit
4833d9711d
@ -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 = ''
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user