Merge pull request #256605 from NixOS/backport-256566-to-release-23.05

[Backport release-23.05] alerta: fix dependency error
This commit is contained in:
Sander van der Burg
2023-09-22 10:15:56 +02:00
committed by GitHub

View File

@@ -29,6 +29,7 @@ python3.pkgs.buildPythonApplication rec {
requests
requests-hawk
sentry-sdk
setuptools
];
# We can't run the tests from Nix, because they rely on the presence of a working MongoDB server