Why a package trigger another's download even when I have built-in in the other's recipe? #1162
Unanswered
WorldsEndless
asked this question in
Q&A
Replies: 2 comments
-
Are you able to reproduce the issue via |
Beta Was this translation helpful? Give feedback.
0 replies
-
As @progfolio said. But the most likely cause would be you need to make sure the org recipe is loaded first, else it would get cloned as a dependency of elfeed before straight.el knows it is supposed to be built-in. |
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
-
Why does elfeed-org always clone a copy of org even when my org recipe has
straight (:type built-in)
? After an annoying bit of bisection I found that without elfeed-org, the built-in version is respected and a straight repo is NOT cloned. With elfeed-org, however, I get an org repo and m-x org-version telling me "mixed version." May any package trigger a parent package build, or is there something peculiar about elfeed-org? Is there anything I can do to get elfeed-org to stop triggering the org repo?Beta Was this translation helpful? Give feedback.
All reactions