ocamlPackages.ocf_ppx: fix for OCaml 5.4

This commit is contained in:
Vincent Laporte
2025-10-06 22:12:37 +02:00
parent 1e55f8db32
commit 6f67b4d54d
+9 -1
View File
@@ -1,4 +1,5 @@
{
fetchpatch,
buildDunePackage,
ocf,
ppxlib,
@@ -10,7 +11,14 @@ buildDunePackage {
inherit (ocf) src version;
duneVersion = "3";
patches = [
# Support for ppxlib ≥ 0.37
(fetchpatch {
url = "https://framagit.org/zoggy/ocf/-/commit/38b1f6420e5c01b3ea6b2fed99b6b62e4c848dc0.patch";
hash = "sha256-GymTdK/dOYGianvNIKkl9OhBGW+4dX5TqAkQuEF5FmA=";
includes = [ "*.ml" ];
})
];
buildInputs = [
ppxlib