tectonic-unwrapped: enable strictDeps and __structuredAttrs

This commit is contained in:
Doron Behar
2026-04-19 17:51:12 +03:00
parent a3d70cceac
commit 9ee6e26cb9
@@ -98,6 +98,9 @@ buildRustPackage (finalAttrs: {
inherit (tectonic.passthru) tests;
};
strictDeps = true;
__structuredAttrs = true;
meta = {
description = "Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive";
homepage = "https://tectonic-typesetting.github.io/";