Files
nixpkgs/pkgs/servers/sql
danbst bd1fc9f9be 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)'
```
2019-08-15 02:27:29 +03:00
..
2019-06-03 13:07:52 +02:00
2019-08-02 13:31:13 +03:00
2019-05-02 15:21:36 +02:00
2019-08-04 10:41:03 -04:00
2019-08-07 14:15:10 +03:00
2018-11-15 00:13:52 +01:00