Skip to content

Commit eb53773

Browse files
Copilotsxyazi
andauthored
fix: Darwin framework deprecation in Nix build (#3119)
Co-authored-by: sxyazi <[email protected]>
1 parent 8a0265a commit eb53773

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nix/yazi-unwrapped.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
installShellFiles,
99
stdenv,
10-
darwin,
1110
rust-jemalloc-sys,
1211

1312
imagemagick,
@@ -47,7 +46,7 @@ rustPlatform.buildRustPackage rec {
4746

4847
buildInputs = [
4948
rust-jemalloc-sys
50-
] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Foundation ]);
49+
];
5150

5251
postInstall = ''
5352
installShellCompletion --cmd yazi \

0 commit comments

Comments
 (0)