buildTypstPackage: enable strictDeps, __structuredAttrs (#538288)
This commit is contained in:
@@ -40,6 +40,9 @@ lib.extendMkDerivation {
|
||||
{
|
||||
name = "typst-package-${finalAttrs.pname}-${finalAttrs.version}";
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
installPhase =
|
||||
|
||||
Reference in New Issue
Block a user