mautrix-facebook: Support journald logging.

This commit is contained in:
Kevin Cox 2021-09-05 07:09:46 -04:00
parent 2f1631a603
commit 33bbe58299
No known key found for this signature in database
GPG key ID: 9BB92CC1552E99AA

View file

@ -1,4 +1,5 @@
{ fetchFromGitHub
{ enableSystemd ? stdenv.isLinux
, fetchFromGitHub
, lib
, python3
, stdenv
@ -29,7 +30,7 @@ python3.pkgs.buildPythonPackage rec {
ruamel_yaml
unpaddedbase64
yarl
];
] ++ lib.optional enableSystemd systemd;
doCheck = false;