summary refs log tree commit diff
path: root/pkgs/tools/security/nitrokey-app/HeaderPath.patch
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-10-22 17:23:24 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-10-22 17:23:24 +0200
commite56832d7301f2be7c18abf12d151db00be88f6fa (patch)
tree8023c83da9db86e0a31535ad9b09e9f601c3b250 /pkgs/tools/security/nitrokey-app/HeaderPath.patch
parentbd12c109931951a36449edaa9c8ed3fc85dc6984 (diff)
parent8c465c5201e819486b3072be563738cc1801e8d7 (diff)
downloadnixpkgs-e56832d7301f2be7c18abf12d151db00be88f6fa.tar
nixpkgs-e56832d7301f2be7c18abf12d151db00be88f6fa.tar.gz
nixpkgs-e56832d7301f2be7c18abf12d151db00be88f6fa.tar.bz2
nixpkgs-e56832d7301f2be7c18abf12d151db00be88f6fa.tar.lz
nixpkgs-e56832d7301f2be7c18abf12d151db00be88f6fa.tar.xz
nixpkgs-e56832d7301f2be7c18abf12d151db00be88f6fa.tar.zst
nixpkgs-e56832d7301f2be7c18abf12d151db00be88f6fa.zip
Merge remote-tracking branch 'upstream/master' into HEAD
Diffstat (limited to 'pkgs/tools/security/nitrokey-app/HeaderPath.patch')
-rw-r--r--pkgs/tools/security/nitrokey-app/HeaderPath.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/tools/security/nitrokey-app/HeaderPath.patch b/pkgs/tools/security/nitrokey-app/HeaderPath.patch
new file mode 100644
index 00000000000..695b7559116
--- /dev/null
+++ b/pkgs/tools/security/nitrokey-app/HeaderPath.patch
@@ -0,0 +1,13 @@
+diff --git a/src/utils/hid_libusb.c b/src/utils/hid_libusb.c
+index bd8c14e..537292d 100644
+--- a/src/utils/hid_libusb.c
++++ b/src/utils/hid_libusb.c
+@@ -44,7 +44,7 @@
+ #include <wchar.h>
+ 
+ /* GNU / LibUSB */
+-#include "libusb.h"
++#include "libusb-1.0/libusb.h"
+ #include "iconv.h"
+ 
+ #include "hidapi.h"