me
/
guix
Archived
1
0
Fork 0

gnu: zbackup: Build with protobuf@3.6.

* gnu/packages/backup.scm (zbackup)[inputs]: Change from PROTOBUF to
PROTOBUF-3.6.
Marius Bakke 2022-11-22 08:35:04 +01:00
parent 372ba7b3db
commit 5e97f912bb
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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