mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue