shaderc: Add missing meta license

This commit is contained in:
adisbladis
2019-01-19 11:40:21 +00:00
parent 731f0e06b1
commit 9eb9fd2d9b

View File

@@ -57,5 +57,6 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
inherit (src.meta) homepage;
description = "A collection of tools, libraries and tests for shader compilation.";
license = [ licenses.asl20 ];
};
}