halloy update and xorg changes

This commit is contained in:
death916 2026-02-25 02:00:43 -08:00
parent bf65ba8081
commit 0016fac143

View file

@ -42,11 +42,11 @@ self: super:
libxkbcommon libxkbcommon
openssl openssl
vulkan-loader vulkan-loader
xorg.libX11 libx11
xorg.libXcursor libxcursor
xorg.libXi libxi
xorg.libXrandr libxrandr
xorg.libxcb libxcb
wayland wayland
alsa-lib.dev alsa-lib.dev
]; ];
@ -60,7 +60,7 @@ self: super:
super.vulkan-loader super.vulkan-loader
super.alsa-lib super.alsa-lib
super.openssl super.openssl
super.xorg.libxcb super.libxcb
] ]
} }