gnu: libsigrok: Remove unused input.

* gnu/packages/electronics.scm (libsigrok)[native-inputs]: Remove CHECK.
This commit is contained in:
Marius Bakke 2020-07-25 12:29:27 +02:00
parent 9ff9a64dd1
commit 406f3f9b8a
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 2 deletions

View File

@ -186,8 +186,7 @@ as simple logic analyzer and/or oscilloscope hardware.")
(find-files input-dir ".")))
#t)))))
(native-inputs
`(("check" ,check)
("doxygen" ,doxygen)
`(("doxygen" ,doxygen)
("graphviz" ,graphviz)
("sigrok-firmware-fx2lafw" ,sigrok-firmware-fx2lafw)
("pkg-config" ,pkg-config)))