mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
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:
parent
f303875b7e
commit
97c5787fad
2 changed files with 3 additions and 0 deletions
|
@ -3541,6 +3541,7 @@ broken-packages:
|
|||
- numhask-histogram
|
||||
- numhask-prelude
|
||||
- Nutri
|
||||
- nvim-hs-ghcid
|
||||
- NXTDSL
|
||||
- nyan-interpolation-core
|
||||
- nylas
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue