-
Notifications
You must be signed in to change notification settings - Fork 247
ghc-9.4.3:lib depends on missing build tools #1808
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
Labels
bug
Something isn't working
Comments
related to this ticket haskell.nix/modules/configuration-nix.nix Lines 58 to 67 in 6c1037a
|
Nice I'll check if that solves this issue |
Yep looks to be fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The library component of ghc-9.4.3 depends on genprimopcode and deriveConstants as build-tools, but these don't exist in the haskell.nix package set, so, it's giving me a missing package error.
I'm currently working around this by using the following module:
The text was updated successfully, but these errors were encountered: