ocamlPackages.mlx: fix build with OCaml 5.3

This commit is contained in:
Vincent Laporte
2025-01-09 21:44:01 +01:00
parent 3bc03725b8
commit 71195d1265
@@ -1,6 +1,7 @@
{
lib,
fetchFromGitHub,
fetchpatch,
buildDunePackage,
ppxlib,
menhir,
@@ -19,6 +20,13 @@ buildDunePackage rec {
hash = "sha256-3hPtyBKD2dp4UJBykOudW6KR2KXPnBuDnuJ1UNLpAp0=";
};
patches = [
(fetchpatch {
url = "https://github.com/ocaml-mlx/mlx/commit/01771e2a8b45f4f70cfd93533af2af9ed4a28a7e.patch";
hash = "sha256-czA2sIORmunIeaHn7kpcuv0y97uJhe6aUEMj/QHEag4=";
})
];
buildInputs = [
ppxlib
menhir