unityhub: add missing dependencies for font rendering
This commit is contained in:
parent
0ed1811df7
commit
c278dfd3e7
@ -114,6 +114,11 @@ stdenv.mkDerivation rec {
|
|||||||
# Unity Bug Reporter specific dependencies
|
# Unity Bug Reporter specific dependencies
|
||||||
xorg.libICE
|
xorg.libICE
|
||||||
xorg.libSM
|
xorg.libSM
|
||||||
|
|
||||||
|
# Fonts used by built-in and third party editor tools
|
||||||
|
corefonts
|
||||||
|
dejavu_fonts
|
||||||
|
liberation_ttf
|
||||||
]
|
]
|
||||||
++ extraLibs pkgs;
|
++ extraLibs pkgs;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user