postgresqlPackages.periods: init at 1.1 (#79255)

This commit is contained in:
Ivan Kozik
2020-02-14 18:43:31 +02:00
committed by GitHub
parent ab69c9f7e8
commit 0be376a8e2
2 changed files with 32 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
self: super: {
periods = super.callPackage ./ext/periods.nix { };
postgis = super.callPackage ./ext/postgis.nix {
gdal = self.gdal.override {
postgresql = self.postgresql;