mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +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 {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gpac";
|
pname = "gpac";
|
||||||
@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
zlib
|
zlib
|
||||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
|
|
||||||
Carbon
|
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
@ -9582,9 +9582,7 @@ with pkgs;
|
|||||||
autoconf = buildPackages.autoconf269;
|
autoconf = buildPackages.autoconf269;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpac = callPackage ../applications/video/gpac {
|
gpac = callPackage ../applications/video/gpac { };
|
||||||
inherit (darwin.apple_sdk.frameworks) Carbon;
|
|
||||||
};
|
|
||||||
|
|
||||||
gpgme = callPackage ../development/libraries/gpgme { };
|
gpgme = callPackage ../development/libraries/gpgme { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user