diff options
author | Thiago Jung Bauermann <bauermann@kolabnow.com> | 2022-07-02 01:07:53 -0300 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-07-02 11:28:27 +0200 |
commit | b6b47a442357dc6a1ed1eebec0c18b6648b8e05e (patch) | |
tree | 2726ed3e6e6826ff244b3cb75612f5e4def0a2f4 /gnu/packages/backup.scm | |
parent | b35fd27831c62c5e75e6417b18afa5d7da710f1c (diff) |
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>
Diffstat (limited to 'gnu/packages/backup.scm')
-rw-r--r-- | gnu/packages/backup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |