syslogng: switch to python3

main
Armeen Mahdian 2 years ago
parent 6e4f70e880
commit ee374505e0
  1. 4
      pkgs/tools/system/syslog-ng/default.nix

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, openssl, libcap, curl, which
, eventlog, pkg-config, glib, python2, systemd, perl
, eventlog, pkg-config, glib, python3, systemd, perl
, riemann_c_client, protobufc, pcre, libnet
, json_c, libuuid, libivykis, mongoc, rabbitmq-c
, libesmtp
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
eventlog
glib
perl
python2
python3
systemd
riemann_c_client
protobufc

Loading…
Cancel
Save