postgresqlPackages.postgis: fix darwin build
This commit is contained in:
parent
4e82cf911c
commit
0061117c6f
|
@ -6,12 +6,7 @@ self: super: {
|
||||||
|
|
||||||
periods = super.callPackage ./ext/periods.nix { };
|
periods = super.callPackage ./ext/periods.nix { };
|
||||||
|
|
||||||
postgis = super.callPackage ./ext/postgis.nix {
|
postgis = super.callPackage ./ext/postgis.nix { };
|
||||||
gdal = self.gdal.override {
|
|
||||||
postgresql = self.postgresql;
|
|
||||||
poppler = self.poppler_0_61;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
pg_auto_failover = super.callPackage ./ext/pg_auto_failover.nix { };
|
pg_auto_failover = super.callPackage ./ext/pg_auto_failover.nix { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue