libuiohook: depend on libxcb independently of libx11 propagating it
This commit is contained in:
committed by
Alyssa Ross
parent
2469316f44
commit
9b11be296a
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user