mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
1c7f754424
commit
c2fb89eff2
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue