guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: recutils: Use regular check.


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

lilyp pushed a commit to branch master
in repository guix.

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

    gnu: recutils: Use regular check.
    
    * gnu/packages/databases.scm (recutils)[native-inputs]: Replace check-0.14
    with check.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/databases.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 9e9b584f7a..fa852af07d 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1578,7 +1578,7 @@ organized in a hash table or B+ tree.")
      ;; XXX Without labels, the default 'configure phase picks the wrong 
"bash".
      `(("bc" ,bc)
        ("bash:include" ,bash "include")
-       ("check" ,check-0.14)
+       ("check" ,check)
        ("pkg-config" ,pkg-config)))
     (inputs
      ;; TODO: Add more optional inputs.



reply via email to

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