pgrouting: init at 2.6.2

* Remove configurePhase and gcc. Move perl dependency
* Shorten github rev
* Add $out/bin workaround
This commit is contained in:
steve-chavez
2019-04-15 18:24:45 -05:00
parent fcd769b721
commit 1f69a954e6
2 changed files with 33 additions and 0 deletions
+2
View File
@@ -36,4 +36,6 @@ self: super: {
tsearch_extras = super.callPackage ./ext/tsearch_extras.nix { };
tds_fdw = super.callPackage ./ext/tds_fdw.nix { };
pgrouting = super.callPackage ./ext/pgrouting.nix { };
}