gnu: criu: Fix typo that broke the build.
Reported by flatwhatson on #guix. * gnu/packages/virtualization.scm (criu)[arguments]: Fix typo in #:make-flags.
This commit is contained in:
parent
c7795eccaf
commit
ef509e931f
1 changed files with 1 additions and 1 deletions
|
@ -1538,7 +1538,7 @@ (define-public criu
|
|||
"/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
|
||||
|
|
Loading…
Reference in a new issue