mautrix-facebook: Support journald logging.

This commit is contained in:
Kevin Cox
2021-09-10 19:55:05 -04:00
parent 2f1631a603
commit 33bbe58299
+3 -2
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;