ihaskell: don't build on hydra

ihaskell has an indirect dependency on the Python package mistune, which
is currently marked as insecure.
This commit is contained in:
Dennis Gosnell 2022-08-15 13:51:15 +09:00
parent 1f546560cf
commit 7fdb28022f
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

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