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-09-21 18:13:33 +02:00
parent d3eeb5fcd2
commit 7e058ceb6f
2 changed files with 3 additions and 0 deletions

View File

@ -2253,6 +2253,7 @@ broken-packages:
- hlongurl - hlongurl
- hlrdb-core - hlrdb-core
- hls-exactprint-utils - hls-exactprint-utils
- hls-selection-range-plugin
- hls-stan-plugin - hls-stan-plugin
- hlwm - hlwm
- hmarkup - hmarkup

View File

@ -141386,6 +141386,8 @@ self: {
]; ];
description = "HLS Plugin to support smart selection range"; description = "HLS Plugin to support smart selection range";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"hls-splice-plugin" = callPackage "hls-splice-plugin" = callPackage