haskellPackages: mark builds failing on hydra as broken

This commit was created manually.
This commit is contained in:
sternenseemann 2022-10-30 20:45:54 +01:00
parent 4add137b0d
commit 72e230af14
3 changed files with 10 additions and 0 deletions

View file

@ -746,6 +746,7 @@ broken-packages:
- codo-notation
- coin
- coinbase-pro
- cointracking-imports
- collada-output
- collapse-util
- collections
@ -5686,6 +5687,7 @@ broken-packages:
- xleb
- xls
- xlsior
- xlsx-tabular
- xlsx-templater
- xml2json
- xml-conduit-decode

View file

@ -812,6 +812,7 @@ dont-distribute-packages:
- blubber
- bluetile
- blunt
- bnb-staking-csvs
- bno055-haskell
- bogre-banana
- boilerplate
@ -3538,6 +3539,7 @@ dont-distribute-packages:
- sock2stream
- socket-io
- sockets
- solana-staking-csvs
- solga-swagger
- solr
- souffle-dsl

View file

@ -46991,6 +46991,7 @@ self: {
];
description = "Generate CSV Exports of Your BNB Staking Rewards";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "bnb-staking-csvs";
}) {};
@ -62404,6 +62405,8 @@ self: {
];
description = "Generate CSV & XLSX files for importing into CoinTracking";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"colada" = callPackage
@ -265748,6 +265751,7 @@ self: {
];
description = "Generate CSV Exports of your Solana Staking Rewards";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "solana-staking-csvs";
}) {};
@ -311173,6 +311177,8 @@ self: {
testHaskellDepends = [ base ];
description = "Xlsx table cell value extraction utility";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"xlsx-templater" = callPackage