diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-14 18:17:26 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-14 18:17:26 +0200 |
commit | ab2a1aed202b881da75f7de5a07206df54d0c9ac (patch) | |
tree | 7a43e21523cb4b31c4f1ab03cbd2cb4dce2ed867 /gnu | |
parent | a46cf184fecb62fe93f3510eb32cc4772cf51cb8 (diff) | |
download | patches-ab2a1aed202b881da75f7de5a07206df54d0c9ac.tar patches-ab2a1aed202b881da75f7de5a07206df54d0c9ac.tar.gz |
gnu: criu: Fix typo.
This is a follow-up to commit a46cf184fecb62fe93f3510eb32cc4772cf51cb8.
* gnu/packages/virtualization.scm (criu)[arguments]: Add missing ":".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/virtualization.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index e9bf459eee..0a61e4403e 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 |