-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
hid-listen: init at 1.01 #27455
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
hid-listen: init at 1.01 #27455
Conversation
@TomSmeets, thanks for your PR! By analyzing the history of the files in this pull request, we identified @zimbatm, @zraexy and @vcunat to be potential reviewers. |
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.
Just one small thing I don't quite understand, looks good otherwise! 👍
|
||
installPhase = '' | ||
mkdir -p $out/bin | ||
mv ./hid_listen $out/bin/$hid_listen |
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.
Why is $hid_listen
a variable here? I don't follow
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.
Oh, that is a mistake.
nice catch!
I will fix this tomorrow.
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.
package fails to build on darwin, it doesn't seem clang compatible and hardcodes certain framework paths
I removed |
Ok, thanks for merging. |
This tool has to be run as root.
taken from the homepage:
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)