-
Notifications
You must be signed in to change notification settings - Fork 7
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
Nix Integration #9
Comments
I am unfortunately unable to build this on NixOS using the packaged opencascade-occt.
|
Ah, thanks, looks like it's failing to pick up the header files, which opencascade-hs assumes should be in If you can figure out where these are placed by the nix package, you could try setting either Thanks a lot for your help: much appreciated |
It does work by setting --extra-include-dirs. cabal.project:
Unfortunately I am not the best with Haskell's tooling (and/or nix), so I have no idea how to integrate it elegantly in a nix package. Locally, for me this works well enough. |
Thanks for the lovely project :) |
I built a minimal example of a waterfall-cad based project building within Nix This should hopefully give Nix users a starting point I'm still keeping this issue open; I'd like to get to the point where the package in |
At present, the
hackage2Nix
export of this project doesn't compile, because theopencascade occt
libraries are missing (logs here).opencascade-occt
is packaged for nix (see here). So this should just require setting that package as a dependency.I am however, reluctant to do this in such a way that it prevents building this project without using nix.
The text was updated successfully, but these errors were encountered: