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:
Marius Bakke 2019-07-14 18:17:26 +02:00
parent a46cf184fe
commit ab2a1aed20
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -694,7 +694,7 @@ (define-public criu
;; 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