mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: criu: Fix typo.
This is a follow-up to commit a46cf184fe
.
* gnu/packages/virtualization.scm (criu)[arguments]: Add missing ":".
This commit is contained in:
parent
a46cf184fe
commit
ab2a1aed20
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,7 @@ domains, their live performance and resource utilization statistics.")
|
||||||
;; The includes for libnl are located in a sub-directory.
|
;; The includes for libnl are located in a sub-directory.
|
||||||
(setenv "C_INCLUDE_PATH"
|
(setenv "C_INCLUDE_PATH"
|
||||||
(string-append (assoc-ref inputs "libnl")
|
(string-append (assoc-ref inputs "libnl")
|
||||||
"/include/libnl3"
|
"/include/libnl3:"
|
||||||
;; Also add the kernel headers here so that GCC
|
;; Also add the kernel headers here so that GCC
|
||||||
;; treats them as "system headers". Otherwise
|
;; treats them as "system headers". Otherwise
|
||||||
;; the build fails with -Werror because parasite.c
|
;; the build fails with -Werror because parasite.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue