summary refs log tree commit diff
path: root/pkgs/tools/system/collectd/data.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/collectd/data.nix')
-rw-r--r--pkgs/tools/system/collectd/data.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/collectd/data.nix b/pkgs/tools/system/collectd/data.nix
index 0874aa7410c0c..378eb62d6cc5b 100644
--- a/pkgs/tools/system/collectd/data.nix
+++ b/pkgs/tools/system/collectd/data.nix
@@ -1,6 +1,6 @@
 { stdenv, collectd }:
 
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   inherit (collectd) meta version;
 
   pname = "collectd-data";