unityhub: add missing dependencies for font rendering

This commit is contained in:
Flawake 2025-06-16 17:05:05 +02:00 committed by Michiel Dirks
parent 0ed1811df7
commit c278dfd3e7

View File

@ -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;
};