about summary refs log tree commit diff
path: root/pkgs/development/libraries/cmark-gfm
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-04-11 01:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-04-11 01:20:00 +0000
commit1256c8670da0ca740224d77f5570c767ea84e26a (patch)
tree38295b7c2197c17a2dcc9a5f189797b056221eff /pkgs/development/libraries/cmark-gfm
parent56339cb19c03b4560b59fada884452efae967080 (diff)
cmark-gfm: remove outdated substituteInPlace
Upstream already merged the patch.
Diffstat (limited to 'pkgs/development/libraries/cmark-gfm')
-rw-r--r--pkgs/development/libraries/cmark-gfm/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/libraries/cmark-gfm/default.nix b/pkgs/development/libraries/cmark-gfm/default.nix
index c2f218f9db2c0..175b3ee7aeff6 100644
--- a/pkgs/development/libraries/cmark-gfm/default.nix
+++ b/pkgs/development/libraries/cmark-gfm/default.nix
@@ -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";