guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: libsigrokdecode: Use regular check.


From: guix-commits
Subject: 03/08: gnu: libsigrokdecode: Use regular check.
Date: Sat, 2 Jul 2022 05:56:58 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit b35fd27831c62c5e75e6417b18afa5d7da710f1c
Author: Thiago Jung Bauermann <bauermann@kolabnow.com>
AuthorDate: Sat Jul 2 01:07:52 2022 -0300

    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>
---
 gnu/packages/electronics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 6e303f3fdc..70d960aaab 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -112,7 +112,7 @@ to take care of the OS-specific details when writing 
software that uses serial p
                                               "/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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]