mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
handheld-daemon: fix typo in comment
This commit is contained in:
parent
b510c5a603
commit
f7b450a4d8
@ -39,7 +39,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
test -d $hidapi || { echo "ERROR: $hidapi doesn't exist, please update/fix this build expression."; exit 1; }
|
||||
sed -i -e "s|libhidapi|$hidapi/libhidapi|" src/hhd/controller/lib/hid.py
|
||||
|
||||
# The generated udev rules point to /bin/chroot, which does not exist in NixOS
|
||||
# The generated udev rules point to /bin/chmod, which does not exist in NixOS
|
||||
chmod=${ toybox }/bin/chmod
|
||||
sed -i -e "s|/bin/chmod|$chmod|" src/hhd/controller/lib/hide.py
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user