typst: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage
2026-06-15 20:54:43 +00:00
parent d58d5d573e
commit 4b600f083c
+1
View File
@@ -13,6 +13,7 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "typst";
version = "0.15.0";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "typst";