mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public xsettingsd
|
|||
"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']
|
||||
},")
|
||||
|
|
Loading…
Reference in a new issue