mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
treewide: pkgs/servers/sql: mark 2 psql extension broken
This commit is contained in:
parent
879d278253
commit
033d5579c2
@ -54,12 +54,12 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
broken = true;
|
||||
description = "A graph database extension for PostgreSQL";
|
||||
homepage = "https://age.apache.org/";
|
||||
changelog = "https://github.com/apache/incubator-age/releases/tag/v${version}";
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = postgresql.meta.platforms;
|
||||
license = licenses.asl20;
|
||||
broken = versionOlder postgresql.version "11.0";
|
||||
};
|
||||
}
|
||||
|
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
broken = true;
|
||||
description = "Columnar storage for PostgreSQL";
|
||||
homepage = "https://www.citusdata.com/";
|
||||
maintainers = with maintainers; [ thoughtpolice ];
|
||||
|
Loading…
Reference in New Issue
Block a user