3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
This commit is contained in:
maralorn 2022-12-28 17:17:06 +01:00
parent d3f1d14912
commit 9499f943dd
3 changed files with 21 additions and 0 deletions

View file

@ -1319,6 +1319,7 @@ broken-packages:
- ekg-rrd
- ekg-statsd
- elevator
- eliminators
- elision
- elm-export-persistent
- elm-street
@ -1577,6 +1578,7 @@ broken-packages:
- forml
- formura
- Fortnite-Hack-Cheats-Free-V-Bucks-Generator
- fortran-src-extras
- foscam-filename
- fpe
- FPretty
@ -2214,6 +2216,7 @@ broken-packages:
- heterogeneous-list-literals
- hetris
- heukarya
- hevm
- HExcel
- hexchat
- hexif
@ -3276,6 +3279,7 @@ broken-packages:
- medium-sdk-haskell
- meep
- megalisp
- melf
- mellon-core
- melody
- membrain
@ -5502,6 +5506,7 @@ broken-packages:
- ui-command
- unamb-custom
- unbeliever
- unbounded-delays-units
- unboxed
- unboxed-containers
- unboxed-references
@ -5522,6 +5527,7 @@ broken-packages:
- uniqueness-periods-general
- uniqueness-periods-vector
- uniqueness-periods-vector-common
- units-attoparsec
- unittyped
- unitym-yesod
- uni-util

View file

@ -1503,6 +1503,7 @@ dont-distribute-packages:
- formlets-hsp
- forsyde-deep
- forth-hll
- fortran-vars
- foscam-directory
- foscam-sort
- fpco-api

View file

@ -89439,6 +89439,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Dependently typed elimination functions using singletons";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"eliminators_0_9_1" = callPackage
@ -89459,6 +89461,7 @@ self: {
description = "Dependently typed elimination functions using singletons";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"elision" = callPackage
@ -102422,7 +102425,9 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Common functions and utils for fortran-src";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
mainProgram = "fortran-src-extras";
broken = true;
}) {};
"fortran-vars" = callPackage
@ -102451,6 +102456,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Fortran memory model and other static analysis tools";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
mainProgram = "fortran-vars";
}) {};
@ -136775,8 +136781,10 @@ self: {
doHaddock = false;
description = "Ethereum virtual machine evaluator";
license = lib.licenses.agpl3Only;
hydraPlatforms = lib.platforms.none;
mainProgram = "hevm";
maintainers = [ lib.maintainers.arturcygan ];
broken = true;
}) {inherit (pkgs) libff; inherit (pkgs) secp256k1;};
"hevolisa" = callPackage
@ -188038,6 +188046,8 @@ self: {
];
description = "An Elf parser";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"mellon-core" = callPackage
@ -295183,6 +295193,8 @@ self: {
libraryHaskellDepends = [ base unbounded-delays units units-defs ];
description = "Thread delays and timeouts using proper time units";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"unboxed" = callPackage
@ -296481,6 +296493,8 @@ self: {
];
description = "Attoparsec parsers for the units package";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"units-defs" = callPackage