gnu: criu: Propagate protobuf-c.
The header of criu references to protobuf-c, including them in source files would require protobuf-c available in compilation environment. * gnu/packages/virtualization.scm (criu): Move protobuf-c from native-inputs to propagated-inputs. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
parent
1c7f754424
commit
c2fb89eff2
|
@ -1617,11 +1617,13 @@ domains, their live performance and resource utilization statistics.")
|
|||
(native-inputs
|
||||
(list pkg-config
|
||||
perl
|
||||
protobuf-c
|
||||
asciidoc
|
||||
xmlto
|
||||
docbook-xml
|
||||
docbook-xsl))
|
||||
(propagated-inputs
|
||||
;; included by 'rpc.pb-c.h'
|
||||
(list protobuf-c))
|
||||
(home-page "https://criu.org")
|
||||
(synopsis "Checkpoint and restore in user space")
|
||||
(description "Using this tool, you can freeze a running application (or
|
||||
|
|
Reference in New Issue