mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue