mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 10:22:54 +08:00
typstPackages: skip build phase
Co-authored-by: Gongqi Huang <46938348+cherrypiejam@users.noreply.github.com>
This commit is contained in:
@@ -40,7 +40,7 @@ lib.extendMkDerivation {
|
||||
{
|
||||
name = "typst-package-${finalAttrs.pname}-${finalAttrs.version}";
|
||||
|
||||
dontUnpack = true;
|
||||
dontBuild = true;
|
||||
|
||||
installPhase =
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user