Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

treewide: pkgs/servers/sql: mark 2 psql extension broken

(cherry picked from commit 033d5579c2e965a35b4d7b41249d809c844906d2)

authored by

Rick van Schijndel and committed by
Janne Heß
1ea48d96 b29dbdf4

+2 -1
+1 -1
pkgs/servers/sql/postgresql/ext/age.nix
··· 54 }; 55 56 meta = with lib; { 57 description = "A graph database extension for PostgreSQL"; 58 homepage = "https://age.apache.org/"; 59 changelog = "https://github.com/apache/incubator-age/releases/tag/v${version}"; 60 maintainers = with maintainers; [ ]; 61 platforms = postgresql.meta.platforms; 62 license = licenses.asl20; 63 - broken = versionOlder postgresql.version "11.0"; 64 }; 65 }
··· 54 }; 55 56 meta = with lib; { 57 + broken = true; 58 description = "A graph database extension for PostgreSQL"; 59 homepage = "https://age.apache.org/"; 60 changelog = "https://github.com/apache/incubator-age/releases/tag/v${version}"; 61 maintainers = with maintainers; [ ]; 62 platforms = postgresql.meta.platforms; 63 license = licenses.asl20; 64 }; 65 }
+1
pkgs/servers/sql/postgresql/ext/cstore_fdw.nix
··· 23 ''; 24 25 meta = with lib; { 26 description = "Columnar storage for PostgreSQL"; 27 homepage = "https://www.citusdata.com/"; 28 maintainers = with maintainers; [ thoughtpolice ];
··· 23 ''; 24 25 meta = with lib; { 26 + broken = true; 27 description = "Columnar storage for PostgreSQL"; 28 homepage = "https://www.citusdata.com/"; 29 maintainers = with maintainers; [ thoughtpolice ];