From 4521df44aae6f762c5dff7d74e63b3bf1b6e33b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=81=E3=83=A3=E3=82=AD=E3=83=96=E3=83=BB=E3=83=81?= =?UTF-8?q?=E3=83=A3=E3=83=A0=E3=82=B9?= <41765106+chakibchemso@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:55:15 +0100 Subject: [PATCH] unityhub: add unity 6 editor dependencies - added: [ harfbuzz ] - fixes: #346038 --- pkgs/development/tools/unityhub/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/tools/unityhub/default.nix b/pkgs/development/tools/unityhub/default.nix index 893f476df63e..c18c8b60f6d0 100644 --- a/pkgs/development/tools/unityhub/default.nix +++ b/pkgs/development/tools/unityhub/default.nix @@ -97,6 +97,9 @@ stdenv.mkDerivation rec { xorg.libXrender gnome2.GConf libcap + + # Unity Editor 6000 specific dependencies + harfbuzz ] ++ extraLibs pkgs; };