mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: criu: Add missing perl input.
* gnu/packages/virtualization.scm (criu)[native-inputs]: Add perl.
This commit is contained in:
parent
fe420383e1
commit
3bf94bc8bc
1 changed files with 1 additions and 0 deletions
|
@ -655,6 +655,7 @@ domains, their live performance and resource utilization statistics.")
|
||||||
("libnl" ,libnl)))
|
("libnl" ,libnl)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
("perl" ,perl)
|
||||||
("protobuf-c" ,protobuf-c)
|
("protobuf-c" ,protobuf-c)
|
||||||
("asciidoc" ,asciidoc)
|
("asciidoc" ,asciidoc)
|
||||||
("xmlto" ,xmlto)
|
("xmlto" ,xmlto)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue