mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
emacsPackages.consult-gh: ignore compilation error
This commit is contained in:
parent
f808ba8a2c
commit
b19ed8cfba
1 changed files with 6 additions and 3 deletions
|
@ -956,9 +956,12 @@ let
|
|||
# missing optional dependencies
|
||||
conda = addPackageRequires super.conda [ self.projectile ];
|
||||
|
||||
consult-gh = super.consult-gh.overrideAttrs (old: {
|
||||
propagatedUserEnvPkgs = old.propagatedUserEnvPkgs or [ ] ++ [ pkgs.gh ];
|
||||
});
|
||||
# needs network during compilation, also native-ice
|
||||
consult-gh = ignoreCompilationError (
|
||||
super.consult-gh.overrideAttrs (old: {
|
||||
propagatedUserEnvPkgs = old.propagatedUserEnvPkgs or [ ] ++ [ pkgs.gh ];
|
||||
})
|
||||
);
|
||||
|
||||
consult-gh-forge = buildWithGit super.consult-gh-forge;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue