Revert "rav1e: use new Darwin SDK pattern"

Too many rebuilds.

This reverts commit c4a4f958cb.
This commit is contained in:
Emily
2024-11-12 15:21:38 +00:00
parent c9428444e2
commit 0b700c72b7
+7
View File
@@ -5,6 +5,8 @@
rustPlatform,
fetchCrate,
cargo-c,
darwin,
libiconv,
nasm,
nix-update-script,
testers,
@@ -27,6 +29,11 @@ rustPlatform.buildRustPackage rec {
nasm
];
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
libiconv
darwin.apple_sdk.frameworks.Security
];
postPatch =
''
# remove feature that requires libgit2 and is only used to print a version string