rye: move to pkgs/by-name

This commit is contained in:
Gaetan Lepage 2024-08-21 08:05:08 +02:00
parent ab0acc1fdd
commit 9e85808301
3 changed files with 5 additions and 12 deletions

View File

@ -5,9 +5,7 @@
, pkg-config
, openssl
, stdenv
, CoreServices
, Libsystem
, SystemConfiguration
, darwin
, nix-update-script
, testers
, rye
@ -41,11 +39,11 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
openssl
]
++ lib.optionals stdenv.isDarwin [
CoreServices
++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk; [
frameworks.CoreServices
frameworks.SystemConfiguration
Libsystem
SystemConfiguration
];
]);
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
installShellCompletion --cmd rye \

View File

@ -18847,11 +18847,6 @@ with pkgs;
rufo = callPackage ../development/tools/rufo { };
rye = darwin.apple_sdk_11_0.callPackage ../development/tools/rye {
inherit (darwin.apple_sdk_11_0) Libsystem;
inherit (darwin.apple_sdk_11_0.frameworks) CoreServices SystemConfiguration;
};
samurai = callPackage ../development/tools/build-managers/samurai { };
muon = callPackage ../development/tools/build-managers/muon { };