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:
parent
731f0e06b1
commit
9eb9fd2d9b
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue