-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
melpaPackages: match version of magit-popup to magit #33191
Conversation
# version of magit-popup needs to match magit | ||
# https://github.com/magit/magit/issues/3286 | ||
magit = super.magit.override { | ||
inherit (self.melpaPackages) magit-popup |
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.
oops, I see the missing semicolon. Fix coming in a sec.
bac5252
to
f0f290e
Compare
@GrahamcOfBorg eval |
A word of warning: this only works as long as the user doesn't install |
I've accepted this because
|
You were right to; this is the best we can do for now! |
I've experimented with that scenario, and it appears that the older incompatible version wins out. It effectively just negates this workaround, I think. |
Related to magit/magit#3286
Motivation for this change
I was getting weird errors trying to use magit features that involved magit-popup
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)