spirv-cross: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-18 22:24:08 +07:00
parent 2da233a186
commit 65e9dd0348

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "A tool designed for parsing and converting SPIR-V to other shader languages"; description = "A tool designed for parsing and converting SPIR-V to other shader languages";
homepage = "https://github.com/KhronosGroup/SPIRV-Cross"; homepage = "https://github.com/KhronosGroup/SPIRV-Cross";
changelog = "https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/${version}"; changelog = "https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/${version}";
platforms = platforms.linux; platforms = platforms.all;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ Flakebi ]; maintainers = with maintainers; [ Flakebi ];
}; };