-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
error when building on Mac OS X with nix #80
Comments
I'm also having difficulty installing on MacOS:
System Info:
|
My guess here is that Termonad depends on the Haskell package My suggestion is to inspect the derivation for |
In three years, it seems like there has been no interest in getting Termonad working on OSX. I don't personally use OSX, so I'm thinking about closing this issue. |
There is an error when building on Mac OS X with
nix-build
:The line in question is the following:
I'm pretty sure this is NixOS/nixpkgs#41340.
I tried to work around it by setting
strictDeps = true
in branchstrictDeps-on-haskell-gi-libs-for-mac
, commit 7271445, but then Termonad itself couldn't be built.I also tried to work around this by using the patch from NixOS/nixpkgs#49552 in branch
try-using-new-stdenv-builder
, commit cc62b39, but something early on in the build process failed.The text was updated successfully, but these errors were encountered: