vulkan-tools: fix Hydra breakage on Darwin

Darwin requires access to Xcode for `ibtool`, so disable building on
Hydra.
main
Randy Eckenrode 2 years ago
parent e2de23b6db
commit b7526918cb
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9
  1. 1
      pkgs/tools/graphics/vulkan-tools/default.nix

@ -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 ];

Loading…
Cancel
Save