mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #76582 from LnL7/darwin-remove-cf-references
darwin.cf-private: remove references
This commit is contained in:
commit
0f85c5bc5f
@ -10,7 +10,6 @@
|
|||||||
# Apple dependencies
|
# Apple dependencies
|
||||||
, CoreServices
|
, CoreServices
|
||||||
, Security
|
, Security
|
||||||
, cf-private
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
@ -40,7 +39,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
nativeBuildInputs = with pkgs; [ nix direnv which ];
|
nativeBuildInputs = with pkgs; [ nix direnv which ];
|
||||||
buildInputs =
|
buildInputs =
|
||||||
stdenv.lib.optionals stdenv.isDarwin [ CoreServices Security cf-private ];
|
stdenv.lib.optionals stdenv.isDarwin [ CoreServices Security ];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updater = with builtins; writeScript "copy-runtime-nix.sh" ''
|
updater = with builtins; writeScript "copy-runtime-nix.sh" ''
|
||||||
|
@ -53,7 +53,7 @@ stdenv.mkDerivation {
|
|||||||
xorgproto libX11 libXext libXt fontconfig
|
xorgproto libX11 libXext libXt fontconfig
|
||||||
freetype # fontsrv wants ft2build.h provides system fonts for acme and sam.
|
freetype # fontsrv wants ft2build.h provides system fonts for acme and sam.
|
||||||
] ++ stdenv.lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
] ++ stdenv.lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
||||||
darwin.cf-private Carbon Cocoa IOKit Metal QuartzCore
|
Carbon Cocoa IOKit Metal QuartzCore
|
||||||
]);
|
]);
|
||||||
|
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
@ -8528,7 +8528,6 @@ in
|
|||||||
llvmPackages_latest = llvmPackages_9;
|
llvmPackages_latest = llvmPackages_9;
|
||||||
|
|
||||||
lorri = callPackage ../tools/misc/lorri {
|
lorri = callPackage ../tools/misc/lorri {
|
||||||
inherit (darwin) cf-private;
|
|
||||||
inherit (darwin.apple_sdk.frameworks) CoreServices Security;
|
inherit (darwin.apple_sdk.frameworks) CoreServices Security;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user