Commit 0b700c72 authored by Emily's avatar Emily
Browse files

Revert "rav1e: use new Darwin SDK pattern"

Too many rebuilds.

This reverts commit c4a4f958.
parent c9428444
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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