-
Notifications
You must be signed in to change notification settings - Fork 238
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
extra-libraries: m
fails due to missing system dependency
#1128
Comments
Update re:x-compiling and
|
I see this here, as well: google/codeworld#1523
This project also uses |
hgeometry-combinatorial
hasextra-libraries: m
in its cabal file because it has a dependency onlibm
.haskell.nix
fails when trying to usehgeometry
with:I believe
libm
is always implicitly present - it has no specific package in nixpkgs.To work around this, I set
m
in my pkgs to be a no-op derivation with this overlay:and that got things working fine.
Is there a better way to handle this? Or should I send this no-op derivation upstream to
haskell.nix
?The text was updated successfully, but these errors were encountered: