forked from mirrors/nixpkgs
Disable tests in Elm
Elm does not serve any tests besides a test that always fails.
This commit is contained in:
parent
b331056e75
commit
219e45b5f5
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue