ocamlPackages.xtmpl_ppx: fix for OCaml 5.4
This commit is contained in:
@@ -9,6 +9,12 @@ buildDunePackage {
|
||||
|
||||
inherit (xtmpl) src version;
|
||||
|
||||
# Fix for ppxlib ≥ 0.37
|
||||
postPatch = ''
|
||||
substituteInPlace ppx/ppx_xtmpl.ml --replace-fail 'Parse.longident b' \
|
||||
'Astlib.Longident.parse s'
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
ppxlib
|
||||
xtmpl
|
||||
|
||||
Reference in New Issue
Block a user