hyper-haskell: remove broken flag

This was incorrect: https://github.com/NixOS/nixpkgs/pull/142641#issuecomment-961757712
This commit is contained in:
sternenseemann 2021-11-15 17:40:50 +01:00
parent 73de856490
commit 65d105da1e

View File

@ -49,8 +49,5 @@ 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;
};
}