Skip to content

Commit 70549c1

Browse files
samrosedarora
authored andcommitted
chore: remove pg_prove wrapping
1 parent aee1b72 commit 70549c1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

flake.nix

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,21 +62,6 @@
6262

6363
sfcgal = pkgs.callPackage ./nix/ext/sfcgal/sfcgal.nix { };
6464

65-
# FIXME (aseipp): pg_prove is yet another perl program that needs
66-
# LOCALE_ARCHIVE set in non-NixOS environments. upstream this. once that's done, we
67-
# can remove this wrapper.
68-
# pg_prove = pkgs.runCommand "pg_prove"
69-
# {
70-
# nativeBuildInputs = [ pkgs.makeWrapper ];
71-
# } ''
72-
# mkdir -p $out/bin
73-
# for x in pg_prove pg_tapgen; do
74-
# makeWrapper "${pkgs.perlPackages.TAPParserSourceHandlerpgTAP}/bin/$x" "$out/bin/$x" \
75-
# --set LOCALE_ARCHIVE "${pkgs.glibcLocales}/lib/locale/locale-archive"
76-
# done
77-
# '';
78-
79-
8065
# Our list of PostgreSQL extensions which come from upstream Nixpkgs.
8166
# These are maintained upstream and can easily be used here just by
8267
# listing their name. Anytime the version of nixpkgs is upgraded, these

0 commit comments

Comments
 (0)