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 , lib
, python3 , python3
, stdenv , stdenv
@ -29,7 +30,7 @@ python3.pkgs.buildPythonPackage rec {
ruamel_yaml ruamel_yaml
unpaddedbase64 unpaddedbase64
yarl yarl
]; ] ++ lib.optional enableSystemd systemd;
doCheck = false; doCheck = false;