mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
typstPackages: skip unpack phase
Some typst packages include a Makefile for unit tests, which break the builds. Since typst packages are just static files no attempt should be made to build them.
This commit is contained in:
@@ -40,6 +40,8 @@ lib.extendMkDerivation {
|
||||
{
|
||||
name = "typst-package-${finalAttrs.pname}-${finalAttrs.version}";
|
||||
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase =
|
||||
let
|
||||
outDir = "$out/lib/typst-packages/${finalAttrs.pname}/${finalAttrs.version}";
|
||||
|
||||
Reference in New Issue
Block a user