slowlorust: move to pkgs/by-name
This commit is contained in:
+2
-4
@@ -1,9 +1,9 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
darwin,
|
||||
fetchFromGitHub,
|
||||
rustPlatform,
|
||||
Security,
|
||||
versionCheckHook,
|
||||
}:
|
||||
|
||||
@@ -26,9 +26,7 @@ rustPlatform.buildRustPackage rec {
|
||||
--replace-fail 'version = "1.0"' 'version = "${version}"'
|
||||
'';
|
||||
|
||||
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
Security
|
||||
];
|
||||
buildInputs = lib.optional stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ];
|
||||
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
|
||||
@@ -5235,10 +5235,6 @@ with pkgs;
|
||||
ocamlPackages = ocaml-ng.ocamlPackages_4_12;
|
||||
};
|
||||
|
||||
slowlorust = callPackage ../tools/networking/slowlorust {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
|
||||
slstatus = callPackage ../applications/misc/slstatus {
|
||||
conf = config.slstatus.conf or null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user