Skip to content

Commit

Permalink
ocamlPackages.lo: fix build with liblo 0.32 (#371656)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 10, 2025
2 parents 7e4b893 + c1a6549 commit 61b77b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/ocaml-modules/lo/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
lib,
fetchpatch,
buildDunePackage,
fetchFromGitHub,
dune-configurator,
Expand All @@ -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 ];

Expand Down

0 comments on commit 61b77b9

Please sign in to comment.