summary refs log tree commit diff
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
parent626445f1c731b03b41e785e765f56a15bb6306bc (diff)
downloadnixpkgs-d2fc494bb18d4dc1e6a2eed68a467fffcaa44337.tar
nixpkgs-d2fc494bb18d4dc1e6a2eed68a467fffcaa44337.tar.gz
nixpkgs-d2fc494bb18d4dc1e6a2eed68a467fffcaa44337.tar.bz2
nixpkgs-d2fc494bb18d4dc1e6a2eed68a467fffcaa44337.tar.lz
nixpkgs-d2fc494bb18d4dc1e6a2eed68a467fffcaa44337.tar.xz
nixpkgs-d2fc494bb18d4dc1e6a2eed68a467fffcaa44337.tar.zst
nixpkgs-d2fc494bb18d4dc1e6a2eed68a467fffcaa44337.zip
cmark-gfm: re-enable tests
-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 239577e0732..3459f2a849b 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 = ''