From 84d0f3fa7dfb7909a3bd92adac7b25af728175fa Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Wed, 2 Sep 2020 07:33:07 +0200 Subject: pkgsMusl.libusb-compat-0_1: fix eval e89e2edc7349c0df15fa03b8229c370340547538 did not move all files when moving the directory. Fixes: https://github.com/NixOS/nixpkgs/issues/96947 --- pkgs/development/libraries/libusb-compat/fix-headers.patch | 10 ++++++++++ pkgs/development/libraries/libusb/fix-headers.patch | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 pkgs/development/libraries/libusb-compat/fix-headers.patch delete mode 100644 pkgs/development/libraries/libusb/fix-headers.patch (limited to 'pkgs') diff --git a/pkgs/development/libraries/libusb-compat/fix-headers.patch b/pkgs/development/libraries/libusb-compat/fix-headers.patch new file mode 100644 index 0000000000000..ea9cbc34978ed --- /dev/null +++ b/pkgs/development/libraries/libusb-compat/fix-headers.patch @@ -0,0 +1,10 @@ +--- libusb-compat-0.1.5.orig/libusb/usb.h ++++ libusb-compat-0.1.5/libusb/usb.h +@@ -25,6 +25,7 @@ + #ifndef __USB_H__ + #define __USB_H__ + ++#include + #include + #include + #include diff --git a/pkgs/development/libraries/libusb/fix-headers.patch b/pkgs/development/libraries/libusb/fix-headers.patch deleted file mode 100644 index ea9cbc34978ed..0000000000000 --- a/pkgs/development/libraries/libusb/fix-headers.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- libusb-compat-0.1.5.orig/libusb/usb.h -+++ libusb-compat-0.1.5/libusb/usb.h -@@ -25,6 +25,7 @@ - #ifndef __USB_H__ - #define __USB_H__ - -+#include - #include - #include - #include -- cgit 1.4.1