haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
This commit is contained in:
sternenseemann 2021-08-07 00:16:47 +02:00
parent b42cded08d
commit a6f0347676
3 changed files with 24 additions and 1 deletions

View file

@ -304,6 +304,9 @@ broken-packages:
- bdo
- beam
- beamable
- beam-mysql
- beam-newtype-field
- beam-sqlite
- bech32
- bed-and-breakfast
- beeminder-api
@ -1445,6 +1448,7 @@ broken-packages:
- fractals
- fraction
- frag
- Frames-beam
- Frames-map-reduce
- franchise
- fraxl
@ -1735,8 +1739,8 @@ broken-packages:
- gtk2hs-hello
- gtk2hs-rpn
- gtk3-mac-integration
- gtk-mac-integration
- gtkglext
- gtk-mac-integration
- gtksourceview2
- gtksourceview3
- gtk-toy
@ -2602,6 +2606,7 @@ broken-packages:
- kalman
- Kalman
- kangaroo
- karabiner-config
- karps
- katip-kafka
- katip-raven
@ -2756,6 +2761,7 @@ broken-packages:
- life-sync
- lifted-protolude
- lifter
- lifx-lan
- ligature
- lilypond
- Limit
@ -3279,6 +3285,7 @@ broken-packages:
- np-extras
- np-linear
- nptools
- nri-http
- nri-kafka
- nri-postgresql
- ntp-control

View file

@ -1706,6 +1706,7 @@ dont-distribute-packages:
- imj-base
- imj-game-hamazed
- imj-measure-stdout
- imm
- imparse
- imperative-edsl-vhdl
- importify

View file

@ -6394,6 +6394,8 @@ self: {
];
description = "A library for accessing Postgres tables as in-memory data structures";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"Frames-dsv" = callPackage
@ -39472,6 +39474,8 @@ self: {
];
description = "Connection layer between beam and MySQL/MariaDB";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"beam-newtype-field" = callPackage
@ -39487,6 +39491,8 @@ self: {
];
description = "A newtype for wrapping newtypes into beam schemas";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"beam-postgres" = callPackage
@ -39538,6 +39544,8 @@ self: {
];
description = "Beam driver for SQLite";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"beam-th" = callPackage
@ -146952,6 +146960,7 @@ self: {
];
description = "Execute arbitrary actions for each item from RSS/Atom feeds";
license = lib.licenses.cc0;
hydraPlatforms = lib.platforms.none;
}) {};
"immortal_0_2_2_1" = callPackage
@ -155243,6 +155252,8 @@ self: {
];
description = "Karabiner elements configuration generation";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"karakuri" = callPackage
@ -163893,6 +163904,8 @@ self: {
];
description = "LIFX LAN API";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ligature" = callPackage
@ -189643,6 +189656,8 @@ self: {
];
description = "Make Elm style HTTP requests";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"nri-kafka" = callPackage