From 65d105da1e6a4275495666cf939405c59b4b4845 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 15 Nov 2021 17:40:50 +0100 Subject: [PATCH] hyper-haskell: remove broken flag This was incorrect: https://github.com/NixOS/nixpkgs/pull/142641#issuecomment-961757712 --- pkgs/development/tools/haskell/hyper-haskell/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/tools/haskell/hyper-haskell/default.nix b/pkgs/development/tools/haskell/hyper-haskell/default.nix index 331f78f7a1e2..2b3fb76903e5 100644 --- a/pkgs/development/tools/haskell/hyper-haskell/default.nix +++ b/pkgs/development/tools/haskell/hyper-haskell/default.nix @@ -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; }; }