summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/hyper-haskell
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2021-11-15 17:40:50 +0100
committersternenseemann <sternenseemann@systemli.org>2021-11-15 17:40:50 +0100
commit65d105da1e6a4275495666cf939405c59b4b4845 (patch)
tree60b19bb95ec46113655cbe58564c64689a0c47e9 /pkgs/development/tools/haskell/hyper-haskell
parent73de856490acaf5b1d0f8fe957bdacb7d46a10bd (diff)
downloadnixpkgs-65d105da1e6a4275495666cf939405c59b4b4845.tar
nixpkgs-65d105da1e6a4275495666cf939405c59b4b4845.tar.gz
nixpkgs-65d105da1e6a4275495666cf939405c59b4b4845.tar.bz2
nixpkgs-65d105da1e6a4275495666cf939405c59b4b4845.tar.lz
nixpkgs-65d105da1e6a4275495666cf939405c59b4b4845.tar.xz
nixpkgs-65d105da1e6a4275495666cf939405c59b4b4845.tar.zst
nixpkgs-65d105da1e6a4275495666cf939405c59b4b4845.zip
hyper-haskell: remove broken flag
This was incorrect: https://github.com/NixOS/nixpkgs/pull/142641#issuecomment-961757712
Diffstat (limited to 'pkgs/development/tools/haskell/hyper-haskell')
-rw-r--r--pkgs/development/tools/haskell/hyper-haskell/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/tools/haskell/hyper-haskell/default.nix b/pkgs/development/tools/haskell/hyper-haskell/default.nix
index 331f78f7a1e..2b3fb76903e 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;
   };
 }