Skip to content

Commit d36f32a

Browse files
committed
Revert "Fix postgresql-libpq-configure (input-output-hk#2370)"
This reverts commit 463e08c.
1 parent 8337a6e commit d36f32a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/configuration-nix.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,4 @@ in addPackageKeys {
203203
pkgs.apple-sdk_11
204204
(pkgs.darwinMinVersionHook "11.0")
205205
];
206-
207-
packages.postgresql-libpq-configure.components.library.libs = [ (lib.getDev pkgs.postgresql) ]
208-
++ lib.optional (pkgs.postgresql ? pg_config) [ pkgs.postgresql.pg_config ];
209206
}

0 commit comments

Comments
 (0)