unityhub: add missing dependencies for bug reporter

This commit is contained in:
musjj
2025-06-03 18:42:30 +07:00
parent d9d0c98d08
commit b6fd30e3a2

View File

@@ -110,6 +110,10 @@ stdenv.mkDerivation rec {
# Unity Editor 6000 specific dependencies
harfbuzz
vulkan-loader
# Unity Bug Reporter specific dependencies
xorg.libICE
xorg.libSM
]
++ extraLibs pkgs;
};