hyper-haskell: mark broken
hyper-haskell depends on electron-10.4.7, which is marked insecure.
This commit is contained in:
parent
f92b08416d
commit
316dee0197
2 changed files with 4 additions and 1 deletions
|
@ -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…
Reference in a new issue