mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: zbackup: Build with protobuf@3.6.
* gnu/packages/backup.scm (zbackup)[inputs]: Change from PROTOBUF to PROTOBUF-3.6.
This commit is contained in:
parent
372ba7b3db
commit
5e97f912bb
1 changed files with 1 additions and 1 deletions
|
@ -1036,7 +1036,7 @@ (define-public zbackup
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue