fix(loop): Replace deprecated xorg dependencies with standalone packages
Some checks failed
CI / check (push) Has been cancelled
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user