Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent el-get to install dependencies when they are already in the system #2775

Closed
rlaboiss opened this issue Jul 29, 2020 · 2 comments
Closed

Comments

@rlaboiss
Copy link
Contributor

I used to let el-get handle all ELisp add-on packages in my system. However, since Debian has now hundreds of elpa-* packages, I would prefer those of Debian instead of having el-get automatically installing them for me. In order to make things clearer, imagine that I installed dash through apt in my Debian system (with, say, apt install elpa-dash). Now, if I require, for instance, org-ref through el-get (with, say, (el-get-bundle og-ref)). Since dash is a dependency of org-ref, then el-get will download and install dash, even though it is already system-wide installed (in /usr/share/emacs/site-lisp/elpa/dash-2.17.0). Is there a way to prevent this?

@rlaboiss
Copy link
Contributor Author

I meant org-ref above, instead of og-ref.

@rlaboiss
Copy link
Contributor Author

rlaboiss commented Sep 3, 2020

Ok, I figured out how to do it. I defined private recipes for the Debian elpa-* packages using the method apt-get.

@rlaboiss rlaboiss closed this as completed Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant