guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: criu: Fix typo.


From: guix-commits
Subject: 01/01: gnu: criu: Fix typo.
Date: Sun, 14 Jul 2019 12:18:26 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit ab2a1aed202b881da75f7de5a07206df54d0c9ac
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 14 18:17:26 2019 +0200

    gnu: criu: Fix typo.
    
    This is a follow-up to commit a46cf184fecb62fe93f3510eb32cc4772cf51cb8.
    
    * gnu/packages/virtualization.scm (criu)[arguments]: Add missing ":".
---
 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 e9bf459..0a61e44 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -694,7 +694,7 @@ domains, their live performance and resource utilization 
statistics.")
              ;; The includes for libnl are located in a sub-directory.
              (setenv "C_INCLUDE_PATH"
                      (string-append (assoc-ref inputs "libnl")
-                                    "/include/libnl3"
+                                    "/include/libnl3:"
                                     ;; Also add the kernel headers here so 
that GCC
                                     ;; treats them as "system headers".  
Otherwise
                                     ;; the build fails with -Werror because 
parasite.c



reply via email to

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