Loading pkgs/development/libraries/cmark-gfm/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = '' Loading Loading
pkgs/development/libraries/cmark-gfm/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = '' Loading