spirv-cross: expand platforms to all
This commit is contained in:
parent
2da233a186
commit
65e9dd0348
|
@ -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 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue