emacs.pkgs.forge-llm: fix build

This commit is contained in:
Lin Jian
2025-04-05 15:19:12 +08:00
parent e0a0c7872f
commit 920aa51c93
@@ -1250,6 +1250,8 @@ let
fold-dwim-org = ignoreCompilationError super.fold-dwim-org; # elisp error
forge-llm = buildWithGit super.forge-llm;
frontside-javascript = super.frontside-javascript.overrideAttrs (
finalAttrs: previousAttrs: {
# https://github.com/melpa/melpa/pull/9182