ocamlPackages.lo: fix build with liblo 0.32

This commit is contained in:
Vincent Laporte
2025-01-10 23:11:27 +01:00
committed by Weijia Wang
parent a8af4a1033
commit c1a6549feb
@@ -1,5 +1,6 @@
{
lib,
fetchpatch,
buildDunePackage,
fetchFromGitHub,
dune-configurator,
@@ -19,6 +20,13 @@ buildDunePackage rec {
sha256 = "0mi8h6f6syxjkxz493l5c3l270pvxx33pz0k3v5465wqjsnppar2";
};
patches = [
(fetchpatch {
url = "https://github.com/savonet/ocaml-lo/commit/0b43bdf113c7e2c27d55c6a5f81f2fa4b30b5454.patch";
hash = "sha256-Y5xewkKgTX9WIpbmVA9uA6N7KOPPhNguTWvowgoAcNU=";
})
];
buildInputs = [ dune-configurator ];
propagatedBuildInputs = [ liblo ];