handheld-daemon: remove unneeded coreutils dependency
This commit is contained in:
parent
3b96a3c082
commit
6a2060842d
@ -5,7 +5,6 @@
|
||||
, lib
|
||||
, python3
|
||||
, toybox
|
||||
, coreutils
|
||||
}:
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "handheld-daemon";
|
||||
@ -41,7 +40,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
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
|
||||
chmod=${ coreutils }/bin/chmod
|
||||
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