-
Notifications
You must be signed in to change notification settings - Fork 11
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
On Void, helm-system-packages
asks about missing apt dependencies
#33
Comments
Thanks for the report. The xbps package is clearly outdated, but the setup should not be. Now it's weird that it matches |
Yes, I did have the (in the Void repos) |
Sadly no.
But there is an easy fix: extract the package manager list from the
`helm-system-packages' function into a variable.
The user could then customize the variable to choose what is looked up.
I can't fix this right now. Would you be able to send a patch? I'd
happily merge it then :)
|
Yes, I can work on a patch, though it might take me a little bit to get round to this. |
When I run
helm-system-packages
in Emacs on my Void machine, I get the message:Dependencies are missing (apt-get, apt-cache, apt-mark), please install them
I don't see anything in the instructions about specially configuring the system to know that it's Void.
I also tried
(require helm-system-packages-xbps)
but that only give me one additional commandhelm-system-packages-xbps-refresh
, which seems to work, but does not give me an interface to system packages.The text was updated successfully, but these errors were encountered: