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:
parent
1f546560cf
commit
7fdb28022f
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user