treewide: pkgs/servers/sql: mark 2 psql extension broken
This commit is contained in:
parent
879d278253
commit
033d5579c2
2 changed files with 2 additions and 1 deletions
|
@ -54,12 +54,12 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
broken = true;
|
||||||
description = "A graph database extension for PostgreSQL";
|
description = "A graph database extension for PostgreSQL";
|
||||||
homepage = "https://age.apache.org/";
|
homepage = "https://age.apache.org/";
|
||||||
changelog = "https://github.com/apache/incubator-age/releases/tag/v${version}";
|
changelog = "https://github.com/apache/incubator-age/releases/tag/v${version}";
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = postgresql.meta.platforms;
|
platforms = postgresql.meta.platforms;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
broken = versionOlder postgresql.version "11.0";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
broken = true;
|
||||||
description = "Columnar storage for PostgreSQL";
|
description = "Columnar storage for PostgreSQL";
|
||||||
homepage = "https://www.citusdata.com/";
|
homepage = "https://www.citusdata.com/";
|
||||||
maintainers = with maintainers; [ thoughtpolice ];
|
maintainers = with maintainers; [ thoughtpolice ];
|
||||||
|
|
Loading…
Reference in a new issue