mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
typstPackages: skip build phase
Co-authored-by: Gongqi Huang <46938348+cherrypiejam@users.noreply.github.com>
This commit is contained in:
parent
58afedf468
commit
ce440f99cd
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ lib.extendMkDerivation {
|
||||||
{
|
{
|
||||||
name = "typst-package-${finalAttrs.pname}-${finalAttrs.version}";
|
name = "typst-package-${finalAttrs.pname}-${finalAttrs.version}";
|
||||||
|
|
||||||
dontUnpack = true;
|
dontBuild = true;
|
||||||
|
|
||||||
installPhase =
|
installPhase =
|
||||||
let
|
let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue