-
-
Notifications
You must be signed in to change notification settings - Fork 14.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
ahk_x11: init at 1.0.4 #298173
base: master
Are you sure you want to change the base?
ahk_x11: init at 1.0.4 #298173
Conversation
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.
Nice bug catch!
The new push just now utilized the #305484 may change the situation a bit, too, because this package is using gi-crystal. In #305484 (comment), I was hoping we can have a better way of packaging Crystal packages that use gi-crystal. CC @sund3RRR. |
Description of changes
Adds package AHK_X11, an AutoHotkey implementation for Linux.
Closes #279323.
Closes #297972 (this PR contains the commit in that PR)(already merged). CC @AndersonTorres.It reports command not found for(Fixed in upstream).file
command if your PATH does not contain that command. This error does not affect normal usage. I could have fixed by addingfile
as a dependency, but this is actually a non-fatal upstream bug (phil294/AHK_X11#75), so I left it like thisAHK_X11 from this package does not have functionality of compiling scripts into portable executable. The implementation of that compilation feature is simply to concatenate the binary and the script to form an executable file, but executable files in NixOS are not executable in other systems. I was thinking packaging a
ahk_x11-bin
package for that demand, but I didn't do that because the executable cannot run in the environment where it was built (even withsteam-run
due to the requirement oflibnotify
).Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.