buildTypstPackage: enable strictDeps, __structuredAttrs (#538288)

This commit is contained in:
Philip Taron 2026-07-06 14:28:42 +00:00 committed by GitHub
commit e923a383a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,9 @@ lib.extendMkDerivation {
{
name = "typst-package-${finalAttrs.pname}-${finalAttrs.version}";
strictDeps = true;
__structuredAttrs = true;
dontBuild = true;
installPhase =