mautrix-facebook: Support journald logging.
This commit is contained in:
parent
2f1631a603
commit
33bbe58299
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user