mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
buildTypstPackage: enable strictDeps, __structuredAttrs
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
parent
9bfe3b0c58
commit
9fb8d43cff
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ lib.extendMkDerivation {
|
|||
{
|
||||
name = "typst-package-${finalAttrs.pname}-${finalAttrs.version}";
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
installPhase =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue