Skip to content

Commit cc6539e

Browse files
eamsdenangerman
authored andcommitted
libpq should have exes and libs, since some packages need pg_config (#140)
1 parent 4d6dc6c commit cc6539e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/system-nixpkgs-map.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pkgs:
3030
bz2 = pkgs.bzip2;
3131
util = pkgs.utillinux;
3232
magic = pkgs.file;
33-
pq = pkgs.postgresql.lib; # just the lib output because we don't want all of postgres
33+
pq = pkgs.postgresql;
3434
}
3535
# -- windows
3636
// { advapi32 = null; gdi32 = null; imm32 = null; msimg32 = null;

0 commit comments

Comments
 (0)