vulkan-tools: fix Hydra breakage on Darwin

Darwin requires access to Xcode for `ibtool`, so disable building on
Hydra.
This commit is contained in:
Randy Eckenrode 2022-06-05 18:04:46 -04:00
parent e2de23b6db
commit b7526918cb
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9

View File

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