hyper-haskell: mark broken

hyper-haskell depends on electron-10.4.7, which is marked insecure.
main
(cdep)illabout 3 years ago
parent f92b08416d
commit 316dee0197
  1. 3
      pkgs/development/tools/haskell/hyper-haskell/default.nix
  2. 2
      pkgs/top-level/release-haskell.nix

@ -49,5 +49,8 @@ in stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/HeinrichApfelmus/hyper-haskell";
license = licenses.bsd3;
maintainers = [ maintainers.rvl ];
# depends on electron-10.4.7 which is marked as insecure:
# https://github.com/NixOS/nixpkgs/pull/142641#issuecomment-957358476
broken = true;
};
}

@ -182,7 +182,7 @@ let
hledger-web
hlint
hpack
hyper-haskell
# hyper-haskell # depends on electron-10.4.7 which is marked as insecure
hyper-haskell-server-with-packages
icepeak
idris

Loading…
Cancel
Save