Merge pull request #170432 from armeenm/syslogng-python3
syslogng: switch to python3
This commit is contained in:
commit
17dcc30b0a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue