emacs.pkgs.consult-gh-with-pr-review: ignore compilation error

It needs network during compilation.

https://hydra.nix-community.org/build/4177108
This commit is contained in:
Lin Jian
2025-03-14 02:22:38 +08:00
parent b0034be32c
commit 22ee2cd618
@@ -972,6 +972,9 @@ let
# needs network during compilation
consult-gh-forge = ignoreCompilationError (buildWithGit super.consult-gh-forge);
# needs network during compilation
consult-gh-with-pr-review = ignoreCompilationError super.consult-gh-with-pr-review;
counsel-gtags = ignoreCompilationError super.counsel-gtags; # elisp error
# https://github.com/fuxialexander/counsel-notmuch/issues/3