gpac: migrate to new apple-sdk pattern

Tracked by #354146.
This commit is contained in:
Alex James 2024-11-11 16:53:06 -06:00
parent 69c085d074
commit 36fe9df8f0
No known key found for this signature in database
GPG Key ID: 4729B829AC5FCC72
2 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, cctools, pkg-config, Carbon, zlib }:
{ lib, stdenv, fetchFromGitHub, cctools, pkg-config, zlib }:
stdenv.mkDerivation rec {
pname = "gpac";
@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
buildInputs = [
zlib
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
Carbon
];
enableParallelBuilding = true;

View File

@ -9582,9 +9582,7 @@ with pkgs;
autoconf = buildPackages.autoconf269;
};
gpac = callPackage ../applications/video/gpac {
inherit (darwin.apple_sdk.frameworks) Carbon;
};
gpac = callPackage ../applications/video/gpac { };
gpgme = callPackage ../development/libraries/gpgme { };