[bug#63149] gnu: criu: Fix build
Commit Message
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(-)
Comments
Note that the complete fix for criu requires patch #63044, or
something similar to fix the ZipFile issue.
-bjc
@@ -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))