File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 62
62
63
63
sfcgal = pkgs . callPackage ./nix/ext/sfcgal/sfcgal.nix { } ;
64
64
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
-
80
65
# Our list of PostgreSQL extensions which come from upstream Nixpkgs.
81
66
# These are maintained upstream and can easily be used here just by
82
67
# listing their name. Anytime the version of nixpkgs is upgraded, these
You can’t perform that action at this time.
0 commit comments