unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63149] [PATCH] gnu: criu: Fix build
@ 2023-04-28 14:04 Brian Cully via Guix-patches via
  2023-04-28 14:05 ` Brian Cully via Guix-patches via
  2023-05-12 22:36 ` [bug#63149] [PATCH v2] " Brian Cully via Guix-patches via
  0 siblings, 2 replies; 5+ messages in thread
From: Brian Cully via Guix-patches via @ 2023-04-28 14:04 UTC (permalink / raw)
  To: 63149; +Cc: Brian Cully

Use python-toolchain explicitly in order to pull in our patched ZipFile
creation which ignores timestamp.

* gnu/packages/virtualization.scm (criu) [native-inputs]: Add python-toolchain.
---
 gnu/packages/virtualization.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 4a0d6b0096..d9fc8108dc 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1748,7 +1748,6 @@ (define-public criu
                (for-each delete-file (find-files out "\\.a$"))))))))
     (inputs
      `(("protobuf" ,protobuf)
-       ("python" ,python)
        ("python-protobuf" ,python-protobuf)
        ("iproute" ,iproute)
        ("libaio" ,libaio)
@@ -1763,7 +1762,8 @@ (define-public criu
            asciidoc
            xmlto
            docbook-xml
-           docbook-xsl))
+           docbook-xsl
+           python-toolchain))
     (propagated-inputs
      ;; included by 'rpc.pb-c.h'
      (list protobuf-c))
-- 
2.39.2





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

end of thread, other threads:[~2023-05-19 14:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-28 14:04 [bug#63149] [PATCH] gnu: criu: Fix build Brian Cully via Guix-patches via
2023-04-28 14:05 ` Brian Cully via Guix-patches via
2023-05-12 22:36 ` [bug#63149] [PATCH v2] " Brian Cully via Guix-patches via
2023-05-12 23:00   ` [bug#63149] [PATCH] " Brian Cully via Guix-patches via
2023-05-19 14:02   ` bug#63149: " Ludovic Courtès

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).