From 3826354ada46746c4099208e3553ff4943566ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sat, 23 Aug 2025 15:21:24 +0200 Subject: [PATCH] Revert "froide: fix initdb not being in PATH" This reverts commit ae730b371bcd426f2e2aee4c532d3be76949d855. The underlying issue was properly fixed in https://github.com/NixOS/nixpkgs/pull/426704. The commit this reverts was a temporary workaround. --- pkgs/by-name/fr/froide/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/fr/froide/package.nix b/pkgs/by-name/fr/froide/package.nix index e4cf9a7cbcc2..8b5e9ffc64d9 100644 --- a/pkgs/by-name/fr/froide/package.nix +++ b/pkgs/by-name/fr/froide/package.nix @@ -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