From 9fb8d43cff63c5c082da6697ab44670b55e7346d Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Fri, 3 Jul 2026 21:18:07 -0400 Subject: [PATCH] buildTypstPackage: enable strictDeps, __structuredAttrs Signed-off-by: Ethan Carter Edwards --- pkgs/build-support/build-typst-package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/build-support/build-typst-package.nix b/pkgs/build-support/build-typst-package.nix index 13e1ddd2537c..ead6d68a1395 100644 --- a/pkgs/build-support/build-typst-package.nix +++ b/pkgs/build-support/build-typst-package.nix @@ -40,6 +40,9 @@ lib.extendMkDerivation { { name = "typst-package-${finalAttrs.pname}-${finalAttrs.version}"; + strictDeps = true; + __structuredAttrs = true; + dontBuild = true; installPhase =