From 107de3fa1efdeed7eaa71f482dfd94d41bcad270 Mon Sep 17 00:00:00 2001 From: Dobromir Nikolov Date: Sun, 11 Jan 2026 09:27:38 +0200 Subject: [PATCH 1/2] Add postgresql.pg_config to build dependencies In order to fix building packages that require libpq. --- build-depends.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/build-depends.nix b/build-depends.nix index 90c71c4..3ad70a7 100644 --- a/build-depends.nix +++ b/build-depends.nix @@ -64,6 +64,7 @@ with pkgs; [ pcre # regex-pcre pcre2 # simple-cairo postgresql.lib + postgresql.pg_config sdl3 systemdMinimal # hidapi requires udev util-linux # simple-pango requires mount From 69adb926cc9b8bfa83e6487e7998e7774d05c464 Mon Sep 17 00:00:00 2001 From: Dobromir Nikolov Date: Sun, 11 Jan 2026 09:55:09 +0200 Subject: [PATCH 2/2] Actually figure out that we need postgresql as a dependency because there is no pg_config output. --- build-depends.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-depends.nix b/build-depends.nix index 3ad70a7..508fd98 100644 --- a/build-depends.nix +++ b/build-depends.nix @@ -63,8 +63,7 @@ with pkgs; [ pango # simple-pango pcre # regex-pcre pcre2 # simple-cairo - postgresql.lib - postgresql.pg_config + postgresql sdl3 systemdMinimal # hidapi requires udev util-linux # simple-pango requires mount