Remove Darwin Foundation dependency to test if it's required

Co-authored-by: sxyazi <17523360+sxyazi@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-08-28 15:19:44 +00:00
parent 587f01e26f
commit f5f075cfae

View file

@ -47,7 +47,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
rust-jemalloc-sys
] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Foundation ];
];
postInstall = ''
installShellCompletion --cmd yazi \