Skip to content

Commit

Permalink
ocamlPackages.uring: add patch for musl 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais authored and vbgl committed Apr 29, 2024
1 parent 2fba83b commit 9b7c1fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/development/ocaml-modules/uring/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
, cstruct
, dune-configurator
, fetchurl
, fetchpatch
, fmt
, optint
, mdx
Expand All @@ -19,6 +20,14 @@ buildDunePackage rec {
hash = "sha256-4OGst19vqEzuNVxO5xxtzS+mEilEBFoEc7lC3j3sTk4=";
};

patches = [
(fetchpatch {
name = "musl-1.2.5.patch";
url = "https://github.com/ocaml-multicore/ocaml-uring/commit/abe340086574c124061434054937d1f19ee6bb71.patch";
hash = "sha256-J4ZQAdQZ9fhT3/vAh5FYMyvMllTowe4GyHJy5RGUTv0=";
})
];

propagatedBuildInputs = [
cstruct
fmt
Expand Down

0 comments on commit 9b7c1fd

Please sign in to comment.