guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: lxc: Remove obsolete workaround.


From: guix-commits
Subject: 04/07: gnu: lxc: Remove obsolete workaround.
Date: Fri, 3 Apr 2020 12:29:02 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 57f24c200fbb1abbf2186bbe439a92200378d8ff
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Apr 3 17:42:56 2020 +0200

    gnu: lxc: Remove obsolete workaround.
    
    * gnu/packages/virtualization.scm (lxc)[arguments]: Remove #:make-flags.
---
 gnu/packages/virtualization.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index fbafed9..9f80e33 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -399,12 +399,6 @@ all common programming languages.  Vala bindings are also 
provided.")
                             "/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]