dotspacemacs-adiitional-packages: how to define dependency for a recipe with :fetcher Github? #17176
Unanswered
khalidrafi6
asked this question in
Q&A
Replies: 1 comment
-
|
This seems to be the case because we install packages in reverse alphabetical order. It might be better to make Spacemacs install them in the order in which they are declared, at least for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following in
dotspacemacs-additional-packages:Here org-alert depends on alert. But, Spacemacs installs the dependency directly from jwiegley/alert which is surprising as it is nowhere mentioned in the org-alert repository. When I delete the package and restart, only then it would install from my specified sources. What is the correct way to deal with this?
Beta Was this translation helpful? Give feedback.
All reactions