diff options
author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2017-07-14 00:28:14 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-07-20 00:54:52 +0200 |
commit | 05c88516955814ac61dc7578017e1976c43a1cd3 (patch) | |
tree | f0d082915e869e1aae46d5b9b2531b91944cb777 /gnu/local.mk | |
parent | 7c0d4c3a6b665b102a48b57c4892bfdb75d69b85 (diff) |
gnu: Add libusb@0.1.
* gnu/packages/libusb.scm (libusb-0.1): New variable.
* gnu/packages/patches/libusb-0.1-disable-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 3e085b1184..ee932006b7 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -793,6 +793,7 @@ dist_patch_DATA = \ %D%/packages/patches/libtorrent-rasterbar-boost-compat.patch \ %D%/packages/patches/libtool-skip-tests2.patch \ %D%/packages/patches/libunwind-CVE-2015-3239.patch \ + %D%/packages/patches/libusb-0.1-disable-tests.patch \ %D%/packages/patches/libvpx-CVE-2016-2818.patch \ %D%/packages/patches/libxcb-python-3.5-compat.patch \ %D%/packages/patches/libxml2-CVE-2016-4658.patch \ |