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:
@@ -2,7 +2,6 @@
|
||||
|
||||
collectd.overrideAttrs (oldAttrs: {
|
||||
pname = "libcollectdclient";
|
||||
inherit (collectd) version;
|
||||
buildInputs = [ ];
|
||||
|
||||
configureFlags = (oldAttrs.configureFlags or [ ]) ++ [
|
||||
|
||||
Reference in New Issue
Block a user