Unverified Commit 61b77b92 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

ocamlPackages.lo: fix build with liblo 0.32 (#371656)

parents 7e4b8937 c1a6549f
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 ];