guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: criu: Fix typo that broke the build.


From: guix-commits
Subject: branch master updated: gnu: criu: Fix typo that broke the build.
Date: Wed, 15 Dec 2021 01:04:44 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ef509e9  gnu: criu: Fix typo that broke the build.
ef509e9 is described below

commit ef509e931f8908ea7c05f106136be72171baba8a
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Dec 15 01:03:05 2021 -0500

    gnu: criu: Fix typo that broke the build.
    
    Reported by flatwhatson on #guix.
    
    * gnu/packages/virtualization.scm (criu)[arguments]: Fix typo in 
#:make-flags.
---
 gnu/packages/virtualization.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 0031037..61c9047 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]