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,
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user