Skip to content

Commit

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

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

0 comments on commit 9fd9026

Please sign in to comment.