gnu: lxc: Remove obsolete workaround.

* gnu/packages/virtualization.scm (lxc)[arguments]: Remove #:make-flags.
This commit is contained in:
Marius Bakke 2020-04-03 17:42:56 +02:00
parent cf6f475b74
commit 57f24c200f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -399,12 +399,6 @@ (define-public lxc
"/share/doc/" ,name "-" ,version)
"--sysconfdir=/etc"
"--localstatedir=/var")
#:make-flags
;; Treat the kernel headers as system headers to silence
;; compiler warnings from those.
(list (string-append "C_INCLUDE_PATH="
(assoc-ref %build-inputs "kernel-headers")
"/include"))
#:phases
(modify-phases %standard-phases
(replace 'install