From 7fdb28022fe5b52c75b43ae8fb7df59df871df02 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Mon, 15 Aug 2022 13:51:15 +0900 Subject: ihaskell: don't build on hydra ihaskell has an indirect dependency on the Python package mistune, which is currently marked as insecure. --- pkgs/development/tools/haskell/ihaskell/wrapper.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/tools/haskell/ihaskell/wrapper.nix b/pkgs/development/tools/haskell/ihaskell/wrapper.nix index 4a8482314108..d37147253180 100644 --- a/pkgs/development/tools/haskell/ihaskell/wrapper.nix +++ b/pkgs/development/tools/haskell/ihaskell/wrapper.nix @@ -24,4 +24,9 @@ buildEnv { fi done ''; + meta = { + # ihaskell has an indirect dependency on the Python package mistune, which + # is marked insecure. + hydraPlatforms = lib.platforms.none; + }; } -- cgit 1.4.1