guix-patches
[Top][All Lists]
Advanced

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

[bug#56248] [PATCH v2 1/7] gnu: recutils: Use regular check.


From: Thiago Jung Bauermann
Subject: [bug#56248] [PATCH v2 1/7] gnu: recutils: Use regular check.
Date: Sat, 2 Jul 2022 01:07:51 -0300

* gnu/packages/databases.scm (recutils)[native-inputs]: Replace check-0.14
with check.
---
 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 72200fce92d0..0d4405ef90e5 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1577,7 +1577,7 @@ (define-public recutils
      ;; 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]