From cb2fa9a66110a6deb4f66c2dfd146b2895f932bd Mon Sep 17 00:00:00 2001 From: Toast <39011842+toast003@users.noreply.github.com> Date: Tue, 16 Apr 2024 21:04:48 +0200 Subject: [PATCH] handheld-daemon: fix indenting --- pkgs/by-name/ha/handheld-daemon/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ha/handheld-daemon/package.nix b/pkgs/by-name/ha/handheld-daemon/package.nix index db6c46a7e805..ad0554bec36d 100644 --- a/pkgs/by-name/ha/handheld-daemon/package.nix +++ b/pkgs/by-name/ha/handheld-daemon/package.nix @@ -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; } '';