deploy-rs: move to by-name

(cherry picked from commit 6eff982932)
This commit is contained in:
zendo 2024-08-25 10:55:15 +08:00 committed by github-actions[bot]
parent f5f548381b
commit fb3ed6024c
2 changed files with 3 additions and 8 deletions

View File

@ -2,8 +2,7 @@
, stdenv
, fetchFromGitHub
, rustPlatform
, CoreServices
, SystemConfiguration
, darwin
}:
rustPlatform.buildRustPackage {
@ -20,8 +19,8 @@ rustPlatform.buildRustPackage {
cargoHash = "sha256-Vo/45cZM/sBAaoikhEwCvduhMQjurwSZwCjwrIQn7IA=";
buildInputs = lib.optionals stdenv.isDarwin [
CoreServices
SystemConfiguration
darwin.apple_sdk.frameworks.CoreServices
darwin.apple_sdk.frameworks.SystemConfiguration
];
meta = with lib; {

View File

@ -39177,10 +39177,6 @@ with pkgs;
dell-530cdn = callPackage ../misc/drivers/dell-530cdn { };
deploy-rs = callPackage ../tools/package-management/deploy-rs {
inherit (darwin.apple_sdk.frameworks) CoreServices SystemConfiguration;
};
dockutil = callPackage ../os-specific/darwin/dockutil { };
eiciel = callPackage ../tools/filesystems/eiciel { };