mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libsigrokdecode: Use regular check.
* gnu/packages/electronics.scm (libsigrokdecode)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
e116e43d0c
commit
b35fd27831
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ (define-public libsigrokdecode
|
|||
"/share/doc/libsigrokdecode"))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
(list check-0.14 doxygen graphviz pkg-config automake autoconf))
|
||||
(list check doxygen graphviz pkg-config automake autoconf))
|
||||
;; libsigrokdecode.pc lists "python" in Requires.private, and "glib" in Requires.
|
||||
(propagated-inputs
|
||||
(list glib python))
|
||||
|
|
Loading…
Reference in a new issue