-
Notifications
You must be signed in to change notification settings - Fork 2
Add support for installing system packages #6
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
Comments
An example of a failed invocation looks like this (no user input)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some opam packages have system non-OCaml dependencies, managed by the system's package manager.
As of now,
coq-config
will fail to install such dependencies, despite them being supported by default withopam depext
since 2.1.0.See more in opam FAQ, GitHub repo.
The text was updated successfully, but these errors were encountered: