Re: [PATCH v3 2/3] gnu: Add hidapi.

2016-11-09 Thread Ludovic Courtès
Theodoros Foradis skribis: > +;; HIDAPI can be used under one of three licenses. > +(license (list gpl3 > + bsd-3 > + non-copyleft "file://LICENSE-orig.txt" For the record, ‘guix lint’ reports an invalid ‘license’ here because ‘non-copyleft’ is a p

[PATCH v3 2/3] gnu: Add hidapi.

2016-10-28 Thread Theodoros Foradis
* gnu/packages/libusb.scm (hidapi): New variable. --- gnu/packages/libusb.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm index 0071f4f..fe1bed1 100644 --- a/gnu/packages/libusb.scm +++ b/gnu/packages