Commit d2fc494b authored by Robert Scott's avatar Robert Scott
Browse files

cmark-gfm: re-enable tests

parent 626445f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''