mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -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
|
(arguments
|
||||||
`(#:tests? #f)) ;no test
|
`(#:tests? #f)) ;no test
|
||||||
(inputs
|
(inputs
|
||||||
(list lzo libressl protobuf xz zlib))
|
(list lzo libressl protobuf-3.6 xz zlib))
|
||||||
(home-page "http://zbackup.org")
|
(home-page "http://zbackup.org")
|
||||||
(synopsis "Versatile deduplicating backup tool")
|
(synopsis "Versatile deduplicating backup tool")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue