unityhub: add missing dependencies for font rendering (#417264)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-17 05:09:06 +02:00
committed by GitHub
@@ -114,6 +114,11 @@ stdenv.mkDerivation rec {
# Unity Bug Reporter specific dependencies
xorg.libICE
xorg.libSM
# Fonts used by built-in and third party editor tools
corefonts
dejavu_fonts
liberation_ttf
]
++ extraLibs pkgs;
};