Merge #176480: vulkan-tools: fix Hydra breakage on Darwin

This commit is contained in:
Vladimír Čunát 2022-06-18 09:25:49 +02:00
commit 736edbba26
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -103,6 +103,7 @@ stdenv.mkDerivation rec {
use of the Vulkan API.
'';
homepage = "https://github.com/KhronosGroup/Vulkan-Tools";
hydraPlatforms = [ "x86_64-linux" "i686-linux" ];
platforms = platforms.unix;
license = licenses.asl20;
maintainers = [ maintainers.ralith ];