mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35: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
|
# missing optional dependencies
|
||||||
conda = addPackageRequires super.conda [ self.projectile ];
|
conda = addPackageRequires super.conda [ self.projectile ];
|
||||||
|
|
||||||
consult-gh = super.consult-gh.overrideAttrs (old: {
|
# needs network during compilation, also native-ice
|
||||||
propagatedUserEnvPkgs = old.propagatedUserEnvPkgs or [ ] ++ [ pkgs.gh ];
|
consult-gh = ignoreCompilationError (
|
||||||
});
|
super.consult-gh.overrideAttrs (old: {
|
||||||
|
propagatedUserEnvPkgs = old.propagatedUserEnvPkgs or [ ] ++ [ pkgs.gh ];
|
||||||
|
})
|
||||||
|
);
|
||||||
|
|
||||||
consult-gh-forge = buildWithGit super.consult-gh-forge;
|
consult-gh-forge = buildWithGit super.consult-gh-forge;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue