mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
postgresqlPackages.citus: fix typo: compatibilty to compatibility
This commit is contained in:
parent
eb4b86353d
commit
269a99d6b8
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
# "Our soft policy for Postgres version compatibilty is to support Citus'
|
# "Our soft policy for Postgres version compatibility is to support Citus'
|
||||||
# latest release with Postgres' 3 latest releases."
|
# latest release with Postgres' 3 latest releases."
|
||||||
# https://www.citusdata.com/updates/v12-0/#deprecated_features
|
# https://www.citusdata.com/updates/v12-0/#deprecated_features
|
||||||
broken = versionOlder postgresql.version "14";
|
broken = versionOlder postgresql.version "14";
|
||||||
|
Loading…
Reference in New Issue
Block a user