mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Merge pull request #202796 from dotlambda/collectd-python3
collectd: use python3
This commit is contained in:
commit
d8ac0f62d1
@ -31,7 +31,7 @@
|
|||||||
, perl
|
, perl
|
||||||
, postgresql
|
, postgresql
|
||||||
, protobufc
|
, protobufc
|
||||||
, python2
|
, python3
|
||||||
, rabbitmq-c
|
, rabbitmq-c
|
||||||
, rdkafka
|
, rdkafka
|
||||||
, riemann_c_client
|
, riemann_c_client
|
||||||
@ -102,7 +102,7 @@ let
|
|||||||
pinba.buildInputs = [ protobufc ];
|
pinba.buildInputs = [ protobufc ];
|
||||||
ping.buildInputs = [ liboping ];
|
ping.buildInputs = [ liboping ];
|
||||||
postgresql.buildInputs = [ postgresql ];
|
postgresql.buildInputs = [ postgresql ];
|
||||||
python.buildInputs = [ python2 ];
|
python.buildInputs = [ python3 ];
|
||||||
redis.buildInputs = [ hiredis ];
|
redis.buildInputs = [ hiredis ];
|
||||||
rrdcached.buildInputs = [ rrdtool libxml2 ];
|
rrdcached.buildInputs = [ rrdtool libxml2 ];
|
||||||
rrdtool.buildInputs = [ rrdtool libxml2 ];
|
rrdtool.buildInputs = [ rrdtool libxml2 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user