moltenvk: fix Hydra build failures

MoltenVK requires Xcode to build until a newer SDK (11+) is available in
nixpkgs. Disable building on Hydra until that changes.
This commit is contained in:
Randy Eckenrode 2022-04-22 08:54:54 -04:00
parent f53f90b669
commit 75c7e04801
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9

View File

@ -192,6 +192,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/KhronosGroup/MoltenVK";
changelog = "https://github.com/KhronosGroup/MoltenVK/releases";
maintainers = [ lib.maintainers.reckenrode ];
hydraPlatforms = [ ]; # Prevent building on Hydra until MoltenVK no longer requires Xcode.
license = lib.licenses.asl20;
platforms = lib.platforms.darwin;
};