Merge pull request #321669 from robgssp/vulkan-dep

sbclPackages.vk: add vulkan-loader dependency
This commit is contained in:
7c6f434c 2024-06-22 11:45:05 +00:00 committed by GitHub
commit 0a548fc62e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -269,6 +269,9 @@ let
capstone = super.capstone.overrideLispAttrs (o: {
nativeLibs = [ pkgs.capstone ];
});
vk = super.vk.overrideLispAttrs (o: {
nativeLibs = [ pkgs.vulkan-loader ];
});
});
qlpkgs =