me
/
guix
Archived
1
0
Fork 0

gnu: xcb-util-errors: Fix cross-compiling.

* gnu/packages/xorg.scm (xcb-util-errors)[native-inputs]: When
cross-compiling add libxcb.
Efraim Flashner 2023-10-15 13:12:16 +03:00
parent 302b14fb19
commit e1600546b9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 1 deletions

View File

@ -5592,7 +5592,10 @@ The XCB util module provides the following libraries:
("automake" ,automake)
("libtool" ,libtool)
("python" ,python-wrapper)
("pkg-config" ,pkg-config)))
("pkg-config" ,pkg-config)
,@(if (%current-target-system)
`(("libxcb" ,libxcb))
`())))
(arguments
`(#:phases
(modify-phases %standard-phases