Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
haskellPackages.sbv: fix location of z3 executable
A lot of the functionality of the z3 library depends on it being able to find the z3 executable on $PATH. Hard-coding it here means it will never be unable to find it and z3 doesn't need to pollute $PATH. (cherry picked from commit c8598da) Signed-off-by: Austin Seipp <[email protected]>
- Loading branch information