diff --git a/pkgs/development/ocaml-modules/eio/main.nix b/pkgs/development/ocaml-modules/eio/main.nix index 32a6affef0e0..def30f2a0597 100644 --- a/pkgs/development/ocaml-modules/eio/main.nix +++ b/pkgs/development/ocaml-modules/eio/main.nix @@ -3,7 +3,7 @@ , buildDunePackage , eio , eio_posix -, uring +, eio_linux }: buildDunePackage { @@ -18,6 +18,6 @@ buildDunePackage { propagatedBuildInputs = [ eio_posix ] ++ lib.optionals stdenv.isLinux [ - uring + eio_linux ]; }