ihaskell: test on Hydra, as mistune is no longer marked insecure

This commit is contained in:
sternenseemann 2022-10-27 18:55:30 +02:00
parent 9023b0173f
commit 3fb516a5d9

View file

@ -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;
};
}