haskellPackages.postgrest: mark as broken

Doesn't build since it relies (among other constraints) on aeson 1.5.*.
This commit is contained in:
sternenseemann 2022-07-13 00:09:30 +02:00
parent 0d1e99decb
commit 2f5e7982ec
2 changed files with 3 additions and 0 deletions

View File

@ -4010,6 +4010,7 @@ broken-packages:
- postgresql-tx-simple
- postgresql-tx-squeal
- postgresql-typed-lifted
- postgrest
- postgres-tmp
- postgrest-ws
- postgres-websockets

View File

@ -222220,7 +222220,9 @@ self: {
];
description = "REST API for any Postgres database";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "postgrest";
broken = true;
}) {};
"postgrest-ws" = callPackage