about summary refs log tree commit diff
path: root/pkgs/tools/system/collectd
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-11-25 00:04:02 -0800
committerRobert Schütz <nix@dotlambda.de>2022-11-25 00:07:27 -0800
commit44587571d2410a75452c8bf32a0e14dbaa6ee438 (patch)
treeaa9c03c75735cb26d4b9c3c74b07b3c9325cc2c4 /pkgs/tools/system/collectd
parent8d7badd689d814ff7b95d5c7ec751c0a6e511f9a (diff)
collectd: use python3
Diffstat (limited to 'pkgs/tools/system/collectd')
-rw-r--r--pkgs/tools/system/collectd/plugins.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/collectd/plugins.nix b/pkgs/tools/system/collectd/plugins.nix
index 1455feb1c32f1..3bef287ccf04f 100644
--- a/pkgs/tools/system/collectd/plugins.nix
+++ b/pkgs/tools/system/collectd/plugins.nix
@@ -31,7 +31,7 @@
 , perl
 , postgresql
 , protobufc
-, python2
+, python3
 , rabbitmq-c
 , rdkafka
 , riemann_c_client
@@ -102,7 +102,7 @@ let
     pinba.buildInputs = [ protobufc ];
     ping.buildInputs = [ liboping ];
     postgresql.buildInputs = [ postgresql ];
-    python.buildInputs = [ python2 ];
+    python.buildInputs = [ python3 ];
     redis.buildInputs = [ hiredis ];
     rrdcached.buildInputs = [ rrdtool libxml2 ];
     rrdtool.buildInputs = [ rrdtool libxml2 ];