We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Is it possible to remove the dependency on “conf-libev” in order to be able to build Opium on Windows-Cygwin (libev not available on Cygwin)?
Also, I don't think this dependency is needed for Lwt.
Thanks.
diff --git a/nix/opam-selection.nix b/nix/opam-selection.nix index 544035b..aed7fe3 100644 --- a/nix/opam-selection.nix +++ b/nix/opam-selection.nix @@ -638,7 +638,6 @@ in dune-configurator dune cppo; ocaml-syntax-shims = selection.ocaml-syntax-shims or null; - conf-libev = selection.conf-libev or null; base-unix = selection.base-unix or null; base-threads = selection.base-threads or null; };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Is it possible to remove the dependency on “conf-libev” in order to be able to build Opium on Windows-Cygwin (libev not available on Cygwin)?
Also, I don't think this dependency is needed for Lwt.
Thanks.
The text was updated successfully, but these errors were encountered: