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
](4e4cf85c95
) as of 2023-05-30 02:14 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
This commit is contained in:
parent
4e4cf85c95
commit
0d3187197e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user