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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user