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:
Dennis Gosnell 2022-08-19 13:04:43 +09:00
parent f303875b7e
commit 97c5787fad
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
2 changed files with 3 additions and 0 deletions

View file

@ -3541,6 +3541,7 @@ broken-packages:
- numhask-histogram
- numhask-prelude
- Nutri
- nvim-hs-ghcid
- NXTDSL
- nyan-interpolation-core
- nylas

View file

@ -203813,7 +203813,9 @@ self: {
executableHaskellDepends = [ base nvim-hs ];
description = "Neovim plugin that runs ghcid to update the quickfix list";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
mainProgram = "nvim-hs-ghcid";
broken = true;
}) {};
"nvvm" = callPackage