mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
handheld-daemon: trim out trailing whitespace
This commit is contained in:
parent
8aa2b69a64
commit
20753a73d1
@ -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
|
||||
|
||||
hidapi=${hidapi}/lib/
|
||||
--replace-fail libhidapi ${hidapi}/lib/libhidapi
|
||||
|
||||
hidapi=${hidapi}/lib/
|
||||
test -d $hidapi || { echo "ERROR: $hidapi doesn't exist, please update/fix this build expression."; exit 1; }
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user