You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nix adds the library to OCAMLPATH automatically if the library is
installed in its standard Nix location.
This allows building F* programs extracted to OCaml more easily.
The library has been renamed to `fstar.lib`, though.
Some libraries need to be propagated as they are needed when
building a program that depends on `fstar.lib`.
FixesNixOS#275866
Describe the bug
In the F* package, it appears that
fstarlib
/fstar.lib
is not being installed anymore:This makes it impossible to build programs written in F* and extracted to OCaml.
I suspect this problem was introduced in 20b2d94, as I believe in NixOS 23.05 this problem didn't exist.
Steps To Reproduce
fstarlib
/fstar.lib
OCaml lib was not installed.Expected behavior
I expected the library to be installed.
Notify maintainers
cc @marsam @gebner @pnmadelaine
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: