Skip to content

Commit

Permalink
update HID-hidraw path
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverca22 committed Jun 15, 2021
1 parent 43a1926 commit 8c904bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn2nix.nix
Expand Up @@ -161,8 +161,8 @@ yarn2nix.mkYarnPackage {
mkdir -pv $out/share/daedalus/build
cp node_modules/usb/build/Debug/usb_bindings.node $out/share/daedalus/build/usb_bindings.node
cp node_modules/node-hid/build/Release/HID-hidraw.node $out/share/daedalus/build/HID-hidraw.node
for file in $out/share/daedalus/build/usb_bindings.node $out/share/daedalus/build/HID-hidraw.node; do
cp node_modules/node-hid/build/Debug/HID_hidraw.node $out/share/daedalus/build/HID_hidraw.node
for file in $out/share/daedalus/build/usb_bindings.node $out/share/daedalus/build/HID_hidraw.node; do
$STRIP $file
patchelf --shrink-rpath $file
done
Expand Down

0 comments on commit 8c904bd

Please sign in to comment.