gnu: criu: Fix typo that broke the build.
Reported by flatwhatson on #guix. * gnu/packages/virtualization.scm (criu)[arguments]: Fix typo in #:make-flags.master
parent
c7795eccaf
commit
ef509e931f
|
@ -1538,7 +1538,7 @@ domains, their live performance and resource utilization statistics.")
|
|||
"/bin/asciidoc"))
|
||||
(string-append "PYTHON=python3")
|
||||
(string-append "XMLTO="
|
||||
(search-input-file %build-input
|
||||
(search-input-file %build-inputs
|
||||
"/bin/xmlto")))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Reference in New Issue