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 { };
|
||||
|
||||
postgis = super.callPackage ./ext/postgis.nix {
|
||||
gdal = self.gdal.override {
|
||||
postgresql = self.postgresql;
|
||||
poppler = self.poppler_0_61;
|
||||
};
|
||||
};
|
||||
postgis = super.callPackage ./ext/postgis.nix { };
|
||||
|
||||
pg_auto_failover = super.callPackage ./ext/pg_auto_failover.nix { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user