libcollectdclient: Refactor: drop redundant inherit

This triggered a warning. Arguably setting the version to the
same value doesn't require a `src` override (suggestion of the
warning), but let's use this opportunity to just clean it up.
This commit is contained in:
Robert Hensing
2025-05-28 18:25:18 +02:00
parent 5833d2d46f
commit 3138024ae2
@@ -2,7 +2,6 @@
collectd.overrideAttrs (oldAttrs: {
pname = "libcollectdclient";
inherit (collectd) version;
buildInputs = [ ];
configureFlags = (oldAttrs.configureFlags or [ ]) ++ [