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>
This commit is contained in:
Zhu Zihao 2021-12-22 18:53:49 +08:00 committed by 宋文武
parent 1c7f754424
commit c2fb89eff2
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1617,11 +1617,13 @@ (define-public criu
(native-inputs (native-inputs
(list pkg-config (list pkg-config
perl perl
protobuf-c
asciidoc asciidoc
xmlto xmlto
docbook-xml docbook-xml
docbook-xsl)) docbook-xsl))
(propagated-inputs
;; included by 'rpc.pb-c.h'
(list protobuf-c))
(home-page "https://criu.org") (home-page "https://criu.org")
(synopsis "Checkpoint and restore in user space") (synopsis "Checkpoint and restore in user space")
(description "Using this tool, you can freeze a running application (or (description "Using this tool, you can freeze a running application (or