gnu: xcb-util-xrm: Fix cross-compilation.

* gnu/packages/xdisorg.scm (xcb-util-xrm)
[inputs]: Add libx11.

Change-Id: I5a29e97ee35f0e427d68e0325e51a4d2f67198b5
This commit is contained in:
Zheng Junjie 2024-03-26 13:41:13 +08:00
parent 5875c4b7ba
commit fedc6e7bad
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0

View File

@ -2402,7 +2402,7 @@ minimalistic tiling window managers such as herbstluftwm and bspwm.")
(native-inputs
(list pkg-config m4 libx11)) ; for tests
(inputs
(list libxcb xcb-util))
(list libxcb xcb-util libx11))
(home-page "https://github.com/Airblader/xcb-util-xrm")
(synopsis "XCB utility functions for the X resource manager")
(description