unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52732] [PATCH] gnu: criu: Propagate protobuf-c.
@ 2021-12-22 10:58 Zhu Zihao
  2022-02-21 14:41 ` bug#52732: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Zhu Zihao @ 2021-12-22 10:58 UTC (permalink / raw)
  To: 52732


[-- Attachment #1.1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 255 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-criu-Propagate-protobuf-c.patch --]
[-- Type: text/x-patch, Size: 1166 bytes --]

From a23910e78d6aa7d12922e85df80b3e46f95984da Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Wed, 22 Dec 2021 18:53:49 +0800
Subject: [PATCH] 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 propagate-inputs.
---
 gnu/packages/virtualization.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 839b12d040..c879118c52 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1600,11 +1600,12 @@ (define-public criu
     (native-inputs
      (list pkg-config
            perl
-           protobuf-c
            asciidoc
            xmlto
            docbook-xml
            docbook-xsl))
+    (propagate-inputs
+     (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
-- 
2.34.0


[-- Attachment #3: Type: text/plain, Size: 100 bytes --]


-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52732: [PATCH] gnu: criu: Propagate protobuf-c.
  2021-12-22 10:58 [bug#52732] [PATCH] gnu: criu: Propagate protobuf-c Zhu Zihao
@ 2022-02-21 14:41 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2022-02-21 14:41 UTC (permalink / raw)
  To: Zhu Zihao; +Cc: 52732-done

Zhu Zihao <all_but_last@163.com> writes:

>>From a23910e78d6aa7d12922e85df80b3e46f95984da Mon Sep 17 00:00:00 2001
> From: Zhu Zihao <all_but_last@163.com>
> Date: Wed, 22 Dec 2021 18:53:49 +0800
> Subject: [PATCH] gnu: criu: Propagate protobuf-c.

Pushed, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-21 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-22 10:58 [bug#52732] [PATCH] gnu: criu: Propagate protobuf-c Zhu Zihao
2022-02-21 14:41 ` bug#52732: " 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).