gnu: lxc: Remove obsolete workaround.
* gnu/packages/virtualization.scm (lxc)[arguments]: Remove #:make-flags.
This commit is contained in:
parent
cf6f475b74
commit
57f24c200f
1 changed files with 0 additions and 6 deletions
|
@ -399,12 +399,6 @@ all common programming languages. Vala bindings are also provided.")
|
||||||
"/share/doc/" ,name "-" ,version)
|
"/share/doc/" ,name "-" ,version)
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
"--localstatedir=/var")
|
"--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
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'install
|
(replace 'install
|
||||||
|
|
Reference in a new issue