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 <othacehe@gnu.org>
This commit is contained in:
parent
a448537c8d
commit
8f929fdf0b
1 changed files with 1 additions and 1 deletions
|
@ -2131,7 +2131,7 @@ Xwrits hides itself until you should take another break.")
|
||||||
"env = Environment(
|
"env = Environment(
|
||||||
ENV = {
|
ENV = {
|
||||||
'PATH': os.environ['PATH'],
|
'PATH': os.environ['PATH'],
|
||||||
'CPATH': os.environ['CPATH'],
|
'CPATH': os.environ['C_INCLUDE_PATH'],
|
||||||
'LIBRARY_PATH': os.environ['LIBRARY_PATH'],
|
'LIBRARY_PATH': os.environ['LIBRARY_PATH'],
|
||||||
'PKG_CONFIG_PATH': os.environ['PKG_CONFIG_PATH']
|
'PKG_CONFIG_PATH': os.environ['PKG_CONFIG_PATH']
|
||||||
},")
|
},")
|
||||||
|
|
Reference in a new issue