collectd: unpin to jdk8

This commit is contained in:
Nick Cao 2022-11-26 22:08:54 +08:00
parent 4b8eb12865
commit 3a48b5d067
No known key found for this signature in database

View File

@ -5408,7 +5408,6 @@ with pkgs;
convertlit = callPackage ../tools/text/convertlit { }; convertlit = callPackage ../tools/text/convertlit { };
collectd = callPackage ../tools/system/collectd { collectd = callPackage ../tools/system/collectd {
jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
inherit (darwin.apple_sdk.frameworks) IOKit; inherit (darwin.apple_sdk.frameworks) IOKit;
}; };