commit ce47c059a3f08af8349ef63954ea5be8e67c3e4f parent 9ecf80bdc829393f89f6a63d3b96201bababc09e Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 8 Sep 2023 17:42:16 +0200 Fix pgbouncer Diffstat:
| M | overlays/default.nix | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/overlays/default.nix b/overlays/default.nix @@ -34,6 +34,8 @@ ref = "prepared_statements"; submodules = true; }; + + nativeBuildInputs = old.nativeBuildInputs ++ [ autoreconfHook ]; }); };