Skip to content

Commit c1e1cbc

Browse files
committed
tectonic-unwrapped: no with lib; in meta
1 parent b9f83c7 commit c1e1cbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/te/tectonic-unwrapped/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ rustPlatform.buildRustPackage rec {
8686

8787
doCheck = true;
8888

89-
meta = with lib; {
89+
meta = {
9090
description = "Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive";
9191
homepage = "https://tectonic-typesetting.github.io/";
9292
changelog = "https://github.com/tectonic-typesetting/tectonic/blob/tectonic@${version}/CHANGELOG.md";
93-
license = with licenses; [ mit ];
93+
license = with lib.licenses; [ mit ];
9494
mainProgram = "tectonic";
95-
maintainers = with maintainers; [
95+
maintainers = with lib.maintainers; [
9696
lluchs
9797
doronbehar
9898
bryango

0 commit comments

Comments
 (0)