about summary refs log tree commit diff
path: root/pkgs/development/libraries/cmark-gfm
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-09-19 15:52:01 +0100
committerRobert Scott <code@humanleg.org.uk>2022-09-19 15:52:01 +0100
commitd2fc494bb18d4dc1e6a2eed68a467fffcaa44337 (patch)
tree603e4da89bbe3b1c38f43c3ed65c98a0dbd35c86 /pkgs/development/libraries/cmark-gfm
parent626445f1c731b03b41e785e765f56a15bb6306bc (diff)
cmark-gfm: re-enable tests
Diffstat (limited to 'pkgs/development/libraries/cmark-gfm')
-rw-r--r--pkgs/development/libraries/cmark-gfm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/cmark-gfm/default.nix b/pkgs/development/libraries/cmark-gfm/default.nix
index 239577e0732b6..3459f2a849b0b 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 = ''