mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
parent
69c085d074
commit
36fe9df8f0
@ -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;
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user