elmPackages.elm-format: disable checks

Fixes the build with optparse-applicative 0.17
This commit is contained in:
Naïm Favier 2022-12-09 12:27:15 +01:00
parent 7a03b5aa82
commit 678b3134ac
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -37,6 +37,7 @@ let
*/
elm-format = justStaticExecutables (overrideCabal (drv: {
jailbreak = true;
doCheck = assert (drv.version == "0.8.5"); false; # golden tests fail with optparse-applicative 0.17
description = "Formats Elm source code according to a standard set of rules based on the official Elm Style Guide";
homepage = "https://github.com/avh4/elm-format";