tectonic-unwrapped: no with lib; in meta

This commit is contained in:
Doron Behar 2025-02-16 10:43:34 +02:00
parent b9f83c7047
commit c1e1cbce96

View File

@ -86,13 +86,13 @@ rustPlatform.buildRustPackage rec {
doCheck = true;
meta = with lib; {
meta = {
description = "Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive";
homepage = "https://tectonic-typesetting.github.io/";
changelog = "https://github.com/tectonic-typesetting/tectonic/blob/tectonic@${version}/CHANGELOG.md";
license = with licenses; [ mit ];
license = with lib.licenses; [ mit ];
mainProgram = "tectonic";
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
lluchs
doronbehar
bryango