File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 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 = ''
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments