libuiohook: depend on libxcb independently of libx11 propagating it

This commit is contained in:
quantenzitrone
2025-08-22 16:13:26 +02:00
committed by Alyssa Ross
parent 2469316f44
commit 9b11be296a
+2
View File
@@ -6,6 +6,7 @@
cmake,
pkg-config,
libX11,
libxcb,
libxkbcommon,
xinput,
xorg,
@@ -30,6 +31,7 @@ stdenv.mkDerivation rec {
buildInputs = lib.optionals (!stdenv.hostPlatform.isDarwin) (
[
libX11
libxcb
libxkbcommon
xinput
]