8 buildPythonPackage rec {
9 pname = "logging-journald";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-EyKXc/Qr9mRFngDqbCPNVs/0eD9OCbQq0FbymA6kpLQ=";
26 # Circular dependency with aiomisc
29 pythonImportsCheck = [
34 description = "Logging handler for writing logs to the journald";
35 homepage = "https://github.com/mosquito/logging-journald";
36 license = licenses.mit;
37 maintainers = with maintainers; [ fab ];