From b3af8285e17f5e233605cc42167a19443262a41e Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Sun, 7 Jul 2024 17:10:57 +0300 Subject: [PATCH] Nix: add xcursor dep --- nix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/default.nix b/nix/default.nix index 5018146c..7775b729 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -138,6 +138,7 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov (lib.optionals stdenv.hostPlatform.isMusl [libexecinfo]) (lib.optionals enableXWayland [ xorg.libxcb + xorg.libXcursor xorg.libXdmcp xorg.xcbutil xorg.xcbutilerrors