From 219e45b5f526a2d76e65fc32b78b462af1b0afb2 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Mon, 12 Aug 2013 11:49:18 +0200 Subject: [PATCH] Disable tests in Elm Elm does not serve any tests besides a test that always fails. --- pkgs/development/compilers/elm/elm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/compilers/elm/elm.nix b/pkgs/development/compilers/elm/elm.nix index 95b4b1cd4eca..1c841a9369cb 100644 --- a/pkgs/development/compilers/elm/elm.nix +++ b/pkgs/development/compilers/elm/elm.nix @@ -12,6 +12,7 @@ cabal.mkDerivation (self: { binary blazeHtml blazeMarkup cmdargs filepath hjsmin indents mtl pandoc parsec transformers unionFind uniplate ]; + doCheck = false; meta = { homepage = "http://elm-lang.org"; description = "The Elm language module";