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