Merge pull request #211813 from wegank/moltenvk-fix

darwin.moltenvk: fix build
This commit is contained in:
Nick Cao 2023-01-21 16:17:22 +08:00 committed by GitHub
commit 88cce6f04e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
rev = "5755de46b07e4374c05fb1081f65f7ae1f8cca81";
hash = "sha256-huPrQr+lPi7QCF8CufAavHEKGDDimGrcskiojhH9QYk=";
};
patches = [ ];
})).override { inherit (finalAttrs.passthru) spirv-headers spirv-tools; };
spirv-cross = spirv-cross.overrideAttrs (old: {
cmakeFlags = (old.cmakeFlags or [ ])