Unverified Commit 9b0c876b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

parents e248daee 36fe9df8
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
{ 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;
+1 −3
Original line number Diff line number Diff line
@@ -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 { };