Skip to content

Commit

Permalink
emacsPackages.consult-gh-{forge,embark}: ignore compilation errors (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-lin authored Jan 17, 2025
2 parents 31193d7 + ae5d337 commit 7f1521b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,11 @@ let
})
);

consult-gh-forge = buildWithGit super.consult-gh-forge;
# needs network during compilation
consult-gh-embark = ignoreCompilationError super.consult-gh-embark;

# needs network during compilation
consult-gh-forge = ignoreCompilationError (buildWithGit super.consult-gh-forge);

counsel-gtags = ignoreCompilationError super.counsel-gtags; # elisp error

Expand Down

0 comments on commit 7f1521b

Please sign in to comment.