nix: Remove libpq reference from static executable

This commit is contained in:
Wolfgang Walther
2024-02-06 10:19:31 +01:00
committed by Wolfgang Walther
parent f51090f3d1
commit 4a1b9a4609
+1
View File
@@ -28,6 +28,7 @@ stdenv.mkDerivation {
"--with-gssapi"
"--with-openssl"
"--with-system-tzdata=${tzdata}/share/zoneinfo"
"--sysconfdir=/etc/postgresql"
];
nativeBuildInputs = [ pkg-config tzdata ];