gnu: zbackup: Build with protobuf@3.6.
* gnu/packages/backup.scm (zbackup)[inputs]: Change from PROTOBUF to PROTOBUF-3.6.
parent
372ba7b3db
commit
5e97f912bb
|
@ -1036,7 +1036,7 @@ precious backup space.
|
||||||
(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
|
||||||
|
|
Reference in New Issue