guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: criu: Propagate protobuf-c.


From: guix-commits
Subject: branch master updated: gnu: criu: Propagate protobuf-c.
Date: Mon, 21 Feb 2022 09:40:48 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c2fb89eff2 gnu: criu: Propagate protobuf-c.
c2fb89eff2 is described below

commit c2fb89eff251152ba43fd187979d4adf65a50656
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Wed Dec 22 18:53:49 2021 +0800

    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>
---
 gnu/packages/virtualization.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 6ad98f548e..506ebe4bc2 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]