unityhub: add 2019 editor dependencies

Fixes #236381
This commit is contained in:
huantian 2023-06-25 18:40:29 -07:00
parent 4137dbc273
commit dd2d2f3318
No known key found for this signature in database
GPG Key ID: 4A0318E04E555DE5

View File

@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
icu
libpulseaudio
# Editor dependencies
# Unity Editor dependencies
libglvnd # provides ligbl
xorg.libX11
xorg.libXcursor
@ -90,6 +90,12 @@ stdenv.mkDerivation rec {
zlib
clang
git # for git-based packages in unity package manager
# Unity Editor 2019 specific dependencies
xorg.libXi
xorg.libXrender
gnome2.GConf
libcap
] ++ extraLibs pkgs;
};