From 3fb516a5d9888b80c068a9adbd106588ca33b329 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 27 Oct 2022 18:55:30 +0200 Subject: ihaskell: test on Hydra, as mistune is no longer marked insecure --- pkgs/development/tools/haskell/ihaskell/wrapper.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/tools/haskell/ihaskell/wrapper.nix b/pkgs/development/tools/haskell/ihaskell/wrapper.nix index 82fca2db5df4..b5ea07dde147 100644 --- a/pkgs/development/tools/haskell/ihaskell/wrapper.nix +++ b/pkgs/development/tools/haskell/ihaskell/wrapper.nix @@ -26,9 +26,4 @@ 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