diff --git a/pkgs/development/libraries/cmark-gfm/default.nix b/pkgs/development/libraries/cmark-gfm/default.nix index 239577e0732b..3459f2a849b0 100644 --- a/pkgs/development/libraries/cmark-gfm/default.nix +++ b/pkgs/development/libraries/cmark-gfm/default.nix @@ -11,8 +11,8 @@ stdenv.mkDerivation rec { }; nativeBuildInputs = [ cmake ]; - # tests load the library dynamically which for unknown reason failed - doCheck = false; + + doCheck = true; # remove when https://github.com/github/cmark-gfm/pull/248 merged and released postInstall = ''