glslang, spirv-tools, vulkan-loader: add metainformation

This commit is contained in:
Nikolay Amiantov
2017-01-04 12:57:22 +03:00
parent 2c88414274
commit e17b483669
3 changed files with 7 additions and 2 deletions
@@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
inherit (src.meta) homepage;
description = "The SPIR-V Tools project provides an API and commands for processing SPIR-V modules.";
description = "The SPIR-V Tools project provides an API and commands for processing SPIR-V modules";
license = licenses.asl20;
platforms = platforms.linux;
};
}