From 9b11be296ad2cecf8a9f2bfd14e84a9896819400 Mon Sep 17 00:00:00 2001 From: quantenzitrone Date: Sun, 10 Aug 2025 13:43:46 +0200 Subject: [PATCH] libuiohook: depend on libxcb independently of libx11 propagating it --- pkgs/by-name/li/libuiohook/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/li/libuiohook/package.nix b/pkgs/by-name/li/libuiohook/package.nix index faaeaf9ce7cf..16a4ef27ff60 100644 --- a/pkgs/by-name/li/libuiohook/package.nix +++ b/pkgs/by-name/li/libuiohook/package.nix @@ -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 ]