mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libsigrok: Remove unused input.
* gnu/packages/electronics.scm (libsigrok)[native-inputs]: Remove CHECK.
This commit is contained in:
parent
9ff9a64dd1
commit
406f3f9b8a
1 changed files with 1 additions and 2 deletions
|
@ -186,8 +186,7 @@ as simple logic analyzer and/or oscilloscope hardware.")
|
||||||
(find-files input-dir ".")))
|
(find-files input-dir ".")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("check" ,check)
|
`(("doxygen" ,doxygen)
|
||||||
("doxygen" ,doxygen)
|
|
||||||
("graphviz" ,graphviz)
|
("graphviz" ,graphviz)
|
||||||
("sigrok-firmware-fx2lafw" ,sigrok-firmware-fx2lafw)
|
("sigrok-firmware-fx2lafw" ,sigrok-firmware-fx2lafw)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue