ocamlPackages.ocf_ppx: fix for OCaml 5.4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user