0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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;