emacsPackages.consult-gh-forge: ignore compilation errors
https://hydra.nixos.org/build/285267290
This commit is contained in:
@@ -963,7 +963,8 @@ let
|
||||
})
|
||||
);
|
||||
|
||||
consult-gh-forge = buildWithGit super.consult-gh-forge;
|
||||
# needs network during compilation
|
||||
consult-gh-forge = ignoreCompilationError (buildWithGit super.consult-gh-forge);
|
||||
|
||||
counsel-gtags = ignoreCompilationError super.counsel-gtags; # elisp error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user