diff --git a/pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix b/pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix index 40a6f2f7aec3..274dd1ea59f7 100644 --- a/pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix +++ b/pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix @@ -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