guix-commits
[Top][All Lists]
Advanced

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

25/25: gnu: zbackup: Build with protobuf@3.6.


From: guix-commits
Subject: 25/25: gnu: zbackup: Build with protobuf@3.6.
Date: Tue, 22 Nov 2022 02:38:44 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 5e97f912bb623bb84de5b130b0a061056dee48b4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Nov 22 08:35:04 2022 +0100

    gnu: zbackup: Build with protobuf@3.6.
    
    * gnu/packages/backup.scm (zbackup)[inputs]: Change from PROTOBUF to
    PROTOBUF-3.6.
---
 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 fd17992ab3..67708138a6 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1036,7 +1036,7 @@ precious backup space.
     (arguments
      `(#:tests? #f))                    ;no test
     (inputs
-     (list lzo libressl protobuf xz zlib))
+     (list lzo libressl protobuf-3.6 xz zlib))
     (home-page "http://zbackup.org";)
     (synopsis "Versatile deduplicating backup tool")
     (description



reply via email to

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