nix: Remove libpq reference from static executable
This commit is contained in:
committed by
Wolfgang Walther
parent
f51090f3d1
commit
4a1b9a4609
@@ -28,6 +28,7 @@ stdenv.mkDerivation {
|
|||||||
"--with-gssapi"
|
"--with-gssapi"
|
||||||
"--with-openssl"
|
"--with-openssl"
|
||||||
"--with-system-tzdata=${tzdata}/share/zoneinfo"
|
"--with-system-tzdata=${tzdata}/share/zoneinfo"
|
||||||
|
"--sysconfdir=/etc/postgresql"
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config tzdata ];
|
nativeBuildInputs = [ pkg-config tzdata ];
|
||||||
|
|||||||
Reference in New Issue
Block a user