collectd: move IOKit input to all-packages.nix

This commit is contained in:
Astro 2021-08-21 01:40:32 +02:00
parent 11a144c6f3
commit 4dacd7461f
2 changed files with 2 additions and 2 deletions

View File

@ -40,6 +40,7 @@
, varnish
, xen
, yajl
, IOKit
# Defaults to `null` for all supported plugins,
# list of plugin names for a custom build
, enabledPlugins ? null
@ -47,8 +48,6 @@
}:
let
inherit (darwin.apple_sdk.frameworks) IOKit;
# Plugins that have dependencies.
# Please help to extend these!
plugins = {

View File

@ -3788,6 +3788,7 @@ with pkgs;
collectd = callPackage ../tools/system/collectd {
libsigrok = libsigrok_0_3; # not compatible with >= 0.4.0 yet
jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
inherit (darwin.apple_sdk.frameworks) IOKit;
};
collectd-data = callPackage ../tools/system/collectd/data.nix { };