Loading pkgs/tools/typesetting/tex/texlive/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 = { Loading Loading
pkgs/tools/typesetting/tex/texlive/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 = { Loading