coinlive: move to pkgs/by-name

This commit is contained in:
Fabian Affolter
2024-12-03 10:40:03 +01:00
parent c1ad9fc2f6
commit 36f08301c2
2 changed files with 2 additions and 6 deletions
@@ -1,11 +1,11 @@
{
lib,
stdenv,
darwin,
fetchFromGitHub,
openssl,
pkg-config,
rustPlatform,
Security,
versionCheckHook,
}:
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
openssl
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
Security
darwin.apple_sdk.frameworks.Security
];
nativeInstallCheckInputs = [ versionCheckHook ];
-4
View File
@@ -8946,10 +8946,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) OpenGL;
};
coinlive = callPackage ../tools/misc/coinlive {
inherit (darwin.apple_sdk.frameworks) Security;
};
inherit (cosmopolitan) cosmocc;
ctranslate2 = callPackage ../development/libraries/ctranslate2 rec {