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
2 changed files with 1 additions and 3 deletions
+1 -2
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" ''