parent
49962a88aa
commit
7fafd45ad7
@ -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" ''
|
||||||
|
@ -8522,7 +8522,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…
x
Reference in New Issue
Block a user