diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-07-16 22:15:23 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-07-16 22:15:23 +0200 |
commit | c5a1902ae43e20714d122116ac152918d862ea8a (patch) | |
tree | cf5d580826b2172dcb18d788bff614a98b5d15ae /gnu/packages/libphidget.scm | |
parent | 4ec09bb4107a2e9b2646da419f1dd0b19a9be9fd (diff) | |
download | patches-c5a1902ae43e20714d122116ac152918d862ea8a.tar patches-c5a1902ae43e20714d122116ac152918d862ea8a.tar.gz |
gnu: libphidget: Add "debug" output.
* gnu/packages/libphidget.scm (libphidget): Add `outputs' field.
Diffstat (limited to 'gnu/packages/libphidget.scm')
-rw-r--r-- | gnu/packages/libphidget.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/libphidget.scm b/gnu/packages/libphidget.scm index 0f4ae5f965..0eaf55df33 100644 --- a/gnu/packages/libphidget.scm +++ b/gnu/packages/libphidget.scm @@ -36,6 +36,7 @@ (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") |