guix-patches
[Top][All Lists]
Advanced

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

[bug#56248] [PATCH v2 3/7] gnu: burp: Use regular check.


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

* gnu/packages/backup.scm (burp)[native-inputs]: Replace check-0.14 with
check.
---
 gnu/packages/backup.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 5646d909e54a..42c3301958e1 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1198,7 +1198,7 @@ (define-public burp
            uthash
            zlib))
     (native-inputs
-     (list autoconf automake check-0.14 pkg-config))
+     (list autoconf automake check pkg-config))
     (home-page "https://burp.grke.org";)
     (synopsis "Differential backup and restore")
     (description "Burp is a network backup and restore program.  It attempts





reply via email to

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