Skip to content

Commit

Permalink
osresearch: heads-hidapi: Add heads-libusb dependency.
Browse files Browse the repository at this point in the history
* osresearch/packages/heads.scm (heads-hidapi)[inputs]: Add heads-libusb.
  • Loading branch information
Danny Milosavljevic committed Dec 1, 2020
1 parent 0cda153 commit 40b0f01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion osresearch/packages/heads.scm
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,8 @@
("libtool" ,libtool)
("pkg-config" ,pkg-config)))
(inputs
`(("libudev" ,eudev)))))
`(("libudev" ,eudev)
("heads-libusb" ,heads-libusb)))))

;; FIXME musl-build-system
(define-public heads-kexec
Expand Down

0 comments on commit 40b0f01

Please sign in to comment.