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