about summary refs log tree commit diff
path: root/pkgs/development/tools/haskell
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-10-27 18:55:30 +0200
committersternenseemann <sternenseemann@systemli.org>2022-10-27 18:55:30 +0200
commit3fb516a5d9888b80c068a9adbd106588ca33b329 (patch)
tree40176fc8278391030c1e9d3d2449285a09ea6563 /pkgs/development/tools/haskell
parent9023b0173f952221893514a1c7033bc440a2c352 (diff)
downloadnixlib-3fb516a5d9888b80c068a9adbd106588ca33b329.tar
nixlib-3fb516a5d9888b80c068a9adbd106588ca33b329.tar.gz
nixlib-3fb516a5d9888b80c068a9adbd106588ca33b329.tar.bz2
nixlib-3fb516a5d9888b80c068a9adbd106588ca33b329.tar.lz
nixlib-3fb516a5d9888b80c068a9adbd106588ca33b329.tar.xz
nixlib-3fb516a5d9888b80c068a9adbd106588ca33b329.tar.zst
nixlib-3fb516a5d9888b80c068a9adbd106588ca33b329.zip
ihaskell: test on Hydra, as mistune is no longer marked insecure
Diffstat (limited to 'pkgs/development/tools/haskell')
-rw-r--r--pkgs/development/tools/haskell/ihaskell/wrapper.nix5
1 files changed, 0 insertions, 5 deletions
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;
-  };
 }