-
Notifications
You must be signed in to change notification settings - Fork 251
Closed
Labels
Description
I have a project that is using the SBV
solver library. This requires one of:
z3
mathsat
cvc5
Or a few other SMT solvers.
I'm struggling to add z3
as a dependency to the project. As instructed here, I've tried adding z3
to the extra-libraries
section of the cabal file.
This adds z3
to the development shell, however running the result of the nix build from another shell complains that z3
is not on the path. How can I add the executable at runtime?
Thanks for any help