froide: don't explicitly specify out for postgresql (#436193)

This commit is contained in:
Wolfgang Walther
2025-08-23 13:50:45 +00:00
committed by GitHub
+1 -1
View File
@@ -135,7 +135,7 @@ python.pkgs.buildPythonApplication rec {
'';
nativeCheckInputs = with python.pkgs; [
(postgresql.withPackages (p: [ p.postgis ])).out
(postgresql.withPackages (p: [ p.postgis ]))
postgresqlTestHook
pytest-django
pytest-playwright