Prefer pinned URLs over emacs-overlay URLs
Similar to what5e2835bffedid for pins. Necessary to make the emacs-ansible URL override in0b124de235actually work.
This commit is contained in:
parent
0b124de235
commit
cc97ee52b2
1 changed files with 2 additions and 2 deletions
|
|
@ -237,8 +237,8 @@ let
|
|||
&& p ? recipe.repo
|
||||
&& (p.recipe.host or null) == null
|
||||
then p.recipe.repo
|
||||
else epkg.src.gitRepoUrl
|
||||
or extraUrls.${name}
|
||||
else extraUrls.${name}
|
||||
or epkg.src.gitRepoUrl
|
||||
or (if isElpa then "https://github.com/emacs-straight/${name}"
|
||||
else (let
|
||||
recipe = lib.generators.toPretty {} (p.recipe or "missing");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue