gpac: migrate to new apple-sdk pattern (#355296)

This commit is contained in:
Aleksana 2024-11-13 16:32:54 +08:00 committed by GitHub
commit 9b0c876b0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

@ -9526,9 +9526,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 { };