opencollada: remove unneeded Apple SDK

Per PR review:

> Our darwin SDK has been reworked, so these frameworks are not needed
> and provide empty dummies.
This commit is contained in:
Andrew Marshall
2025-03-29 08:26:43 -04:00
parent e6bcd21f1f
commit 625c383164
-5
View File
@@ -1,6 +1,5 @@
{
cmake,
darwin,
fetchFromGitHub,
fetchurl,
lib,
@@ -47,10 +46,6 @@ stdenv.mkDerivation rec {
pkg-config
];
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
with darwin.apple_sdk.frameworks; [ AGL ]
);
propagatedBuildInputs = [
libxml2
pcre