-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
haskellPackages.typerep-map: Fix build #258206
haskellPackages.typerep-map: Fix build #258206
Conversation
f9c729a
to
3e876cf
Compare
@@ -306619,7 +306619,6 @@ self: { | |||
description = "Efficient implementation of a dependent map with types as keys"; | |||
license = lib.licenses.mpl20; | |||
hydraPlatforms = lib.platforms.none; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In practice, you also need to remove the hydraPlatforms = none
line, since this line prevents Hydra from building this package!
hydraPlatforms = lib.platforms.none; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I'm not sure why, but GitHub isn't letting me commit this change from from the UI. @mpscholten could you commit this as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thanks! Yes will commit and rebase again 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cdepillabout just pushed the update 👍
3e876cf
to
8e7c07d
Compare
@ofborg build haskellPackages.typerep-map |
ofborg likes it, at least on linux. Thanks @mpscholten, we appreciate it! |
Great! Thanks for the fast review :) |
Description of changes
Fixes the build of the
typerep-map
package by using the PR at kowainik/typerep-map#128This patch has been used in IHP for a while and works well.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)