handheld-daemon: fix indenting

This commit is contained in:
Toast 2024-04-16 21:04:48 +02:00
parent 20753a73d1
commit cb2fa9a661
1 changed files with 2 additions and 2 deletions

View File

@ -41,9 +41,9 @@ python3.pkgs.buildPythonApplication rec {
# handheld-daemon contains a fork of the python module `hid`, so this hook
# is borrowed from the `hid` derivation.
substituteInPlace src/hhd/controller/lib/hid.py \
--replace-fail libhidapi ${hidapi}/lib/libhidapi
--replace-fail libhidapi ${hidapi}/lib/libhidapi
hidapi=${hidapi}/lib/
hidapi=${hidapi}/lib/
test -d $hidapi || { echo "ERROR: $hidapi doesn't exist, please update/fix this build expression."; exit 1; }
'';