froide: fix initdb not being in PATH

This commit is contained in:
Sandro Jäckel
2025-08-21 00:48:12 +02:00
parent 0f22a85409
commit ae730b371b
+1 -1
View File
@@ -135,7 +135,7 @@ python.pkgs.buildPythonApplication rec {
'';
nativeCheckInputs = with python.pkgs; [
(postgresql.withPackages (p: [ p.postgis ]))
(postgresql.withPackages (p: [ p.postgis ])).out
postgresqlTestHook
pytest-django
pytest-playwright