From c278dfd3e770e97bc5448be9dd253cff9c3455cf Mon Sep 17 00:00:00 2001 From: Flawake <60014996+Flawake@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:05:05 +0200 Subject: [PATCH] unityhub: add missing dependencies for font rendering --- pkgs/development/tools/unityhub/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/tools/unityhub/default.nix b/pkgs/development/tools/unityhub/default.nix index 9d4dd766f390..2c624dc3f848 100644 --- a/pkgs/development/tools/unityhub/default.nix +++ b/pkgs/development/tools/unityhub/default.nix @@ -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; };