From 72e230af141ee70109ddb64d95b70be036c54005 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 30 Oct 2022 20:45:54 +0100 Subject: [PATCH] haskellPackages: mark builds failing on hydra as broken This commit was created manually. --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 2 ++ .../configuration-hackage2nix/transitive-broken.yaml | 2 ++ pkgs/development/haskell-modules/hackage-packages.nix | 6 ++++++ 3 files changed, 10 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 64239e942e85..7610a82814dc 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -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 diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 70a144d00318..b9f41f19a5f0 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -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 diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index d045cdd4c3a6..8e0ca37c4a2a 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -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