unityhub: add missing dependencies for font rendering

This commit is contained in:
Flawake
2025-06-16 22:18:11 +02:00
committed by Michiel Dirks
parent 0ed1811df7
commit c278dfd3e7
@@ -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;
};