From 0d3187197ef268d46d26c7e504b716dcf2069188 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Tue, 30 May 2023 11:21:10 +0900 Subject: [PATCH] haskellPackages: mark builds failing on hydra as broken This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1795703](https://hydra.nixos.org/eval/1795703) of nixpkgs commit [4e4cf85](https://github.com/NixOS/nixpkgs/commits/4e4cf85c954ed0950b60b9d93833aca679a4712e) as of 2023-05-30 02:14 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 4 ++++ pkgs/development/haskell-modules/hackage-packages.nix | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 1cd459566f75..c1e391aea738 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -2429,6 +2429,7 @@ broken-packages: - hplaylist - hpodder - hpqtypes + - hprox # dependency missing in job https://hydra.nixos.org/build/221844808 at 2023-05-30 - hps-kmeans - hPushover - hpygments @@ -2738,6 +2739,7 @@ broken-packages: - inj-base - inject-function - injections + - inline-c-objc # failure building test suite 'tests' in job https://hydra.nixos.org/build/221844966 at 2023-05-30 - in-other-words-plugin - inserts - instana-haskell-trace-sdk @@ -5055,6 +5057,7 @@ broken-packages: - state-record - static - static-canvas + - static-ls # failure in job https://hydra.nixos.org/build/221848657 at 2023-05-30 - static-tensor - statistics-dirichlet - statistics-fusion @@ -5861,6 +5864,7 @@ broken-packages: - wol - word24 - word2vec-model + - word8set # failure in job https://hydra.nixos.org/build/221843616 at 2023-05-30 - wordchoice - wordify - Wordlint diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 764ccc143cca..d2fb9169198a 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -148686,7 +148686,9 @@ self: { ]; description = "a lightweight HTTP proxy server, and more"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; mainProgram = "hprox"; + broken = true; }) {}; "hps" = callPackage @@ -164396,6 +164398,8 @@ self: { testHaskellDepends = [ base hspec inline-c ]; description = "Lets you embed Objective-C code into Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "inline-c-win32" = callPackage @@ -276788,7 +276792,9 @@ self: { testToolDepends = [ hspec-discover ]; description = "See README on Github for more information"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; mainProgram = "static-ls"; + broken = true; }) {}; "static-resources" = callPackage @@ -316616,6 +316622,8 @@ self: { ]; description = "Word8 set"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wordchoice" = callPackage