unityhub: fix unity 6 editor vulkan backend

This commit is contained in:
huantian
2025-03-03 11:34:55 -08:00
parent ea26fd7112
commit 26aa4aaf60

View File

@@ -109,6 +109,7 @@ stdenv.mkDerivation rec {
# Unity Editor 6000 specific dependencies
harfbuzz
vulkan-loader
]
++ extraLibs pkgs;
};