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
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue