lorri: remove cf-private

No longer needded since #63381.
This commit is contained in:
Daiderd Jordan 2019-12-27 18:33:52 +01:00
parent 49962a88aa
commit 7fafd45ad7
No known key found for this signature in database
GPG key ID: D02435D05B810C96
2 changed files with 1 additions and 3 deletions

View file

@ -10,7 +10,6 @@
# Apple dependencies
, CoreServices
, Security
, cf-private
}:
rustPlatform.buildRustPackage rec {
@ -40,7 +39,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = with pkgs; [ nix direnv which ];
buildInputs =
stdenv.lib.optionals stdenv.isDarwin [ CoreServices Security cf-private ];
stdenv.lib.optionals stdenv.isDarwin [ CoreServices Security ];
passthru = {
updater = with builtins; writeScript "copy-runtime-nix.sh" ''

View file

@ -8522,7 +8522,6 @@ in
llvmPackages_latest = llvmPackages_9;
lorri = callPackage ../tools/misc/lorri {
inherit (darwin) cf-private;
inherit (darwin.apple_sdk.frameworks) CoreServices Security;
};