Commit 9ee6e26c authored by Doron Behar's avatar Doron Behar
Browse files

tectonic-unwrapped: enable strictDeps and __structuredAttrs

parent a3d70cce
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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/";