-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
urxvt_bidi: init at 2.15 #70312
urxvt_bidi: init at 2.15 #70312
Conversation
Add plugin to default wrapper.
Thank you, I've just tested and it works. Everything looks good. |
TBH I wouldn't care much, it's just that it's a little bit nontrivial for this package to be added to the plugin's list because of the Would you be satisfied if I would leave an appropriate comment instead? |
Yes, definitely: I intend to rewrite the plugin system to handle dependencies for this reason.
No, you're right: It's better this way until there is a way for a plugin to export perl dependencies, not many people look at the source code anyway. |
Oh right so I'll leave it as is. Do you have write permissions to the nixpkgs? |
No, sorry. I'll try to get attention. |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
@GrahamcOfBorg build rxvt_unicode-with-plugins urxvt_bidi |
Add plugin to default wrapper. (cherry picked from commit cf2a4ff)
Motivation for this change
Add a very useful plugin to urxvt - https://github.com/mkamensky/Text-Bidi .
Things done
All things done below were tested with #70310 merged, hence it's a requirement for this to get merged.
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @rnhmjoj as you are the maintainer of urxvt.