From b6b47a442357dc6a1ed1eebec0c18b6648b8e05e Mon Sep 17 00:00:00 2001 From: Thiago Jung Bauermann Date: Sat, 2 Jul 2022 01:07:53 -0300 Subject: gnu: burp: Use regular check. * gnu/packages/backup.scm (burp)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler --- gnu/packages/backup.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/backup.scm') 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 -- cgit v1.2.3