Skip to content
Snippets Groups Projects
Commit c5a1902a authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: libphidget: Add "debug" output.

* gnu/packages/libphidget.scm (libphidget): Add `outputs' field.
parent 4ec09bb4
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ (define-public libphidget
(base32 "09ibrz1df5ajqcm9vmx6zw8qama2rzf0961yhmmfsy629qfhyrk0"))))
(build-system gnu-build-system)
(inputs `(("libusb" ,libusb)))
(outputs '("out" "debug"))
(home-page "http://www.phidgets.com/")
(license lgpl3+)
(synopsis "C library to manipulate Phidgets")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment