Derivations/UnityHub: Update after xorg package set deprecation
This commit is contained in:
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
# Unity Hub binary dependencies
|
# Unity Hub binary dependencies
|
||||||
xorg.libXrandr
|
libxrandr
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
|
||||||
# GTK filepicker
|
# GTK filepicker
|
||||||
@ -72,14 +72,14 @@ stdenv.mkDerivation rec {
|
|||||||
dbus
|
dbus
|
||||||
at-spi2-core
|
at-spi2-core
|
||||||
pango
|
pango
|
||||||
xorg.libXcomposite
|
libxcomposite
|
||||||
xorg.libXext
|
libxext
|
||||||
xorg.libXdamage
|
libxdamage
|
||||||
xorg.libXfixes
|
libxfixes
|
||||||
xorg.libxcb
|
libxcb
|
||||||
xorg.libxshmfence
|
libxshmfence
|
||||||
xorg.libXScrnSaver
|
libxScrnSaver
|
||||||
xorg.libXtst
|
libxtst
|
||||||
|
|
||||||
# Unity Hub additional dependencies
|
# Unity Hub additional dependencies
|
||||||
libva
|
libva
|
||||||
@ -97,8 +97,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# Unity Editor dependencies
|
# Unity Editor dependencies
|
||||||
libglvnd # provides ligbl
|
libglvnd # provides ligbl
|
||||||
xorg.libX11
|
libx11
|
||||||
xorg.libXcursor
|
libxcursor
|
||||||
glib
|
glib
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
libxml2-legacy
|
libxml2-legacy
|
||||||
@ -111,8 +111,8 @@ stdenv.mkDerivation rec {
|
|||||||
vulkan-loader
|
vulkan-loader
|
||||||
|
|
||||||
# Unity Bug Reporter specific dependencies
|
# Unity Bug Reporter specific dependencies
|
||||||
xorg.libICE
|
libICE
|
||||||
xorg.libSM
|
libSM
|
||||||
|
|
||||||
# Fonts used by built-in and third party editor tools
|
# Fonts used by built-in and third party editor tools
|
||||||
corefonts
|
corefonts
|
||||||
|
|||||||
Reference in New Issue
Block a user