Commit c1a6549f authored by Vincent Laporte's avatar Vincent Laporte Committed by Weijia Wang
Browse files

ocamlPackages.lo: fix build with liblo 0.32

parent a8af4a10
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
{
  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 ];