cmark-gfm: remove outdated substituteInPlace

Upstream already merged the patch.
This commit is contained in:
Mario Rodas 2023-04-11 01:20:00 +00:00
parent 56339cb19c
commit 1256c8670d

View file

@ -14,12 +14,6 @@ stdenv.mkDerivation rec {
doCheck = true;
# remove when https://github.com/github/cmark-gfm/pull/248 merged and released
postInstall = ''
substituteInPlace $out/include/cmark-gfm-core-extensions.h \
--replace '#include "config.h"' '#include <stdbool.h>'
'';
meta = with lib; {
description = "GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C";
homepage = "https://github.com/github/cmark-gfm";