texlive: add license to texlive packages

This commit is contained in:
apfelkuchen06
2023-06-19 01:53:59 +02:00
parent 8a22ed472e
commit a83af56bcb
@@ -184,6 +184,9 @@ let
in runCommand "texlive-${tlName}"
( {
src = fetchurl { inherit urls sha512; };
meta = {
license = map (x: lib.licenses.${x}) (args.license or []);
};
inherit stripPrefix tlType;
# metadata for texlive.combine
passthru = {