guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: burp: Use regular check.


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

lilyp pushed a commit to branch master
in repository guix.

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

    gnu: burp: Use regular check.
    
    * gnu/packages/backup.scm (burp)[native-inputs]: Replace check-0.14 with
    check.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 f4a251dd47..7a361ce004 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1199,7 +1199,7 @@ additional snapshots).")
            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]