haskell-purescript: Disable tests.

Tests need network + /homeless-shelter.
This commit is contained in:
Tom Hunger 2015-08-20 22:23:44 +01:00
parent 2e91746661
commit 9303783649

View File

@ -680,6 +680,10 @@ self: super: {
'';
});
# Tests attempt to use NPM to install from the network into
# /homeless-shelter. Disabled.
purescript = dontCheck super.purescript;
# Broken by GLUT update.
Monadius = markBroken super.Monadius;