guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: xsettingsd: Fix build.


From: guix-commits
Subject: branch master updated: gnu: xsettingsd: Fix build.
Date: Sun, 10 May 2020 03:13:20 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8f929fd  gnu: xsettingsd: Fix build.
8f929fd is described below

commit 8f929fdf0b82b591878d277a57e54288026180e9
Author: Boris A. Dekshteyn <address@hidden>
AuthorDate: Sun May 10 13:44:42 2020 +1200

    gnu: xsettingsd: Fix build.
    
    * gnu/packages/xdisorg.scm (xsettingsd)[arguments]: Use C_INCLUDE_PATH 
instead
    of CPATH environment variable to fix build.
    
    Signed-off-by: Mathieu Othacehe <address@hidden>
---
 gnu/packages/xdisorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 4d71201..49f83ff 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2131,7 +2131,7 @@ Xwrits hides itself until you should take another break.")
                 "env = Environment(
                          ENV = {
                            'PATH': os.environ['PATH'],
-                           'CPATH': os.environ['CPATH'],
+                           'CPATH': os.environ['C_INCLUDE_PATH'],
                            'LIBRARY_PATH': os.environ['LIBRARY_PATH'],
                            'PKG_CONFIG_PATH': os.environ['PKG_CONFIG_PATH']
                          },")



reply via email to

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