summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-11-18 21:32:44 +0100
committerGitHub <noreply@github.com>2021-11-18 21:32:44 +0100
commit511a519da178f98ca6752dc7bed505244ad163d4 (patch)
tree8bf3339707932b500ac1e6ebf976c2b9fe786783 /pkgs/development/tools
parente4a4f3ba55f0f9d379760b6541cec093635526e8 (diff)
parent4535a9ddb4e9370a0275df1b74a1e3caae453f32 (diff)
downloadnixpkgs-511a519da178f98ca6752dc7bed505244ad163d4.tar
nixpkgs-511a519da178f98ca6752dc7bed505244ad163d4.tar.gz
nixpkgs-511a519da178f98ca6752dc7bed505244ad163d4.tar.bz2
nixpkgs-511a519da178f98ca6752dc7bed505244ad163d4.tar.lz
nixpkgs-511a519da178f98ca6752dc7bed505244ad163d4.tar.xz
nixpkgs-511a519da178f98ca6752dc7bed505244ad163d4.tar.zst
nixpkgs-511a519da178f98ca6752dc7bed505244ad163d4.zip
Merge pull request #145582 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
Diffstat (limited to 'pkgs/development/tools')
-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;
   };
 }