Skip to content
Commit bd1fc9f9 authored by danbst's avatar danbst
Browse files

postgresqlPackages: mark pg_auto_failover and pipelinedb broken for PG < 11

Marking packages broken isn't as fatal as throwing an exception. In my usecase,
I wanted to build all non-broken packages, that is:
```
nix-build -E 'with import ./.{}; with lib; flip filterAttrs postgresqlPackages (n: v: !v.meta.broken or false)'
```
parent cd5b8620
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment