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
|
||||
`(#: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
|
||||
|
|
Reference in New Issue