spirv-tools: enable support for Darwin

This commit is contained in:
Randy Eckenrode 2022-02-09 17:49:03 -05:00
parent 7aa7ecd62d
commit cc9d4bc684
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage;
description = "The SPIR-V Tools project provides an API and commands for processing SPIR-V modules";
license = licenses.asl20;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = [ maintainers.ralith ];
};
}