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

This commit is contained in:
Nikolay Amiantov 2017-01-04 12:56:26 +03:00
parent 2c88414274
commit e17b483669
3 changed files with 7 additions and 2 deletions

View File

@ -21,5 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
inherit (src.meta) homepage;
description = "Khronos reference front-end for GLSL and ESSL";
license = licenses.asl20;
platforms = platforms.linux;
};
}

View File

@ -63,7 +63,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "LunarG Vulkan loader";
homepage = http://www.lunarg.com;
homepage = "http://www.lunarg.com";
platforms = platforms.linux;
license = licenses.asl20;
};
}

View File

@ -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;
};
}