mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
rye: move to pkgs/by-name
This commit is contained in:
parent
ab0acc1fdd
commit
9e85808301
@ -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 \
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user