From 22ee2cd618c86a5c73f2fa32ceeec78e6edc1928 Mon Sep 17 00:00:00 2001 From: Lin Jian Date: Fri, 14 Mar 2025 02:22:38 +0800 Subject: [PATCH] emacs.pkgs.consult-gh-with-pr-review: ignore compilation error It needs network during compilation. https://hydra.nix-community.org/build/4177108 --- .../editors/emacs/elisp-packages/melpa-packages.nix | 3 +++ 1 file changed, 3 insertions(+) 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