unityhub: fix unity 6 editor vulkan backend (#386815)

This commit is contained in:
Aleksana 2025-03-08 20:43:03 +08:00 committed by GitHub
commit a9d40d52f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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