fix(loop): Replace deprecated xorg dependencies with standalone packages
Some checks failed
CI / check (push) Has been cancelled

Replace deprecated xorg.* references with their standalone package
names to eliminate build warnings about renamed packages.
This commit is contained in:
2026-05-30 19:50:29 +03:00
parent cb5ace4837
commit 37dd6d3295

View File

@@ -15,7 +15,14 @@
dbus, dbus,
cups, cups,
libxkbcommon, libxkbcommon,
xorg, libx11,
libxcomposite,
libxdamage,
libxext,
libxfixes,
libxrandr,
libxcb,
libxshmfence,
systemd, systemd,
libnotify, libnotify,
libsecret, libsecret,
@@ -54,14 +61,14 @@ stdenv.mkDerivation {
dbus dbus
cups cups
libxkbcommon libxkbcommon
xorg.libX11 libx11
xorg.libXcomposite libxcomposite
xorg.libXdamage libxdamage
xorg.libXext libxext
xorg.libXfixes libxfixes
xorg.libXrandr libxrandr
xorg.libxcb libxcb
xorg.libxshmfence libxshmfence
systemd systemd
libnotify libnotify
libsecret libsecret