mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
haskellPackages: mark builds failing on hydra as broken
This commit was created manually.
This commit is contained in:
parent
4add137b0d
commit
72e230af14
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user