rates: move to pkgs/by-name

This commit is contained in:
Fabian Affolter
2024-12-03 11:50:49 +01:00
parent 51adde8e75
commit 5061e5448d
2 changed files with 2 additions and 6 deletions
@@ -1,9 +1,9 @@
{
lib,
stdenv,
darwin,
fetchFromGitHub,
rustPlatform,
Security,
versionCheckHook,
}:
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-5EcTeMfa1GNp1q60qSgEi/I3298hXUD1Vc1K55XGW4I=";
buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security;
buildInputs = lib.optional stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ];
nativeInstallCheckInputs = [ versionCheckHook ];
-4
View File
@@ -18512,10 +18512,6 @@ with pkgs;
qzdl = libsForQt5.callPackage ../games/qzdl { };
rates = callPackage ../tools/misc/rates {
inherit (darwin.apple_sdk.frameworks) Security;
};
rbspy = darwin.apple_sdk_11_0.callPackage ../development/tools/rbspy { };
pick-colour-picker = python3Packages.callPackage ../applications/graphics/pick-colour-picker {