diff mbox series

[bug#56248,3/7] gnu: burp: Use regular check version

Message ID 20220627050217.132640-3-bauermann@kolabnow.com
State Accepted
Headers show
Series Remove use of older check-0.14 from most packages | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Thiago Jung Bauermann June 27, 2022, 5:02 a.m. UTC
burp builds fine with the regular version of check, so use it.

* gnu/packages/backup.scm (burp)[native-inputs]: Use regular version of check.
---
 gnu/packages/backup.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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