Skip to content
New issue

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

please remove the dependency on “conf-libev” (not available on Windows) #292

Open
bdodrem opened this issue Jan 18, 2025 · 0 comments
Open

Comments

@bdodrem
Copy link
Contributor

bdodrem commented Jan 18, 2025

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;
       };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant