File tree Expand file tree Collapse file tree 6 files changed +4
-40
lines changed
Expand file tree Collapse file tree 6 files changed +4
-40
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1212 pname = "pgrouting" ;
1313
1414 # Load version configuration from external file
15- allVersions = ( builtins . fromJSON ( builtins . readFile ./versions.json ) ) . ${ pname } ;
15+ allVersions = ( builtins . fromJSON ( builtins . readFile .. /versions.json ) ) . ${ pname } ;
1616
1717 # Filter versions compatible with current PostgreSQL version
1818 supportedVersions = lib . filterAttrs (
5050 } ;
5151
5252 patches = lib . optionals ( version == "3.4.1" && lib . versionAtLeast postgresql . version "17" ) [
53- ./pgrouting/pgrouting -3.4.1-pg17.patch
53+ ./pgrouting-3.4.1-pg17.patch
5454 ] ;
5555
5656 #disable compile time warnings for incompatible pointer types only on macos and pg16
Original file line number Diff line number Diff line change 3737 github-matrix = pkgs . callPackage ./github-matrix {
3838 nix-eval-jobs = inputs' . nix-eval-jobs . packages . default ;
3939 } ;
40- supabase-groonga = pkgs . callPackage ./ groonga { } ;
40+ supabase-groonga = pkgs . callPackage ../ext/pgroonga/ groonga.nix { } ;
4141 http-mock-server = pkgs . callPackage ./http-mock-server.nix { } ;
4242 local-infra-bootstrap = pkgs . callPackage ./local-infra-bootstrap.nix { } ;
4343 mecab-naist-jdic = pkgs . callPackage ./mecab-naist-jdic.nix { } ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2525 ../ext/pgjwt.nix
2626 ../ext/pgaudit.nix
2727 ../ext/postgis.nix
28- ../ext/pgrouting.nix
28+ ../ext/pgrouting
2929 ../ext/pgtap.nix
3030 ../ext/pg_cron
3131 ../ext/pgsql-http.nix
You can’t perform that action at this time.
0 commit comments