Theodoros Foradis <theodoros....@openmailbox.org> 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 procedure. I’m pushing a fix now. Ludo’.