cmark-gfm: re-enable tests

This commit is contained in:
Robert Scott 2022-09-19 15:52:01 +01:00
parent 626445f1c7
commit d2fc494bb1

View File

@ -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 = ''