1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

shaderc: Add missing meta license

This commit is contained in:
adisbladis 2019-01-19 11:40:21 +00:00
parent 731f0e06b1
commit 9eb9fd2d9b
No known key found for this signature in database
GPG key ID: ED58F95069B004F5

View file

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