From 93037836496871eb7b736ccba7e81d62d0a25bf5 Mon Sep 17 00:00:00 2001 From: Tom Hunger Date: Thu, 20 Aug 2015 22:23:44 +0100 Subject: [PATCH] haskell-purescript: Disable tests. Tests need network + /homeless-shelter. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index fde9bb782d8e..cc7ef9cfdf79 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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;