-
Notifications
You must be signed in to change notification settings - Fork 16
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
Can't see package from local channal #34
Comments
Hello, I am very sorry for the long delay, I missed this issue 😊 Sorry, channels are not supported yet. I hope I will look at them soon. |
Did you get the chance to look at this? :) |
I recall I created a custom "channels.scm" and I did not have any problems. Could you please write what is the exact issue, so that I could reproduce it. |
- Add a channel to ~/.config/guix/channels, e.g.
(channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix.git")
(branch "master"))
- guix pull
- M-x guix-package-by-name RET linux
The `linux` package is not found,
while `guix search linux` finds it.
|
Thank you, now I see what problem you mean. Unfortunately, I can't check it right now as I have the following error after
Apparently, there is something wrong with my system currently. So I'll try to check it later :-) |
It seems that you are using an outdated Guix.
Did you update the Guix channel as well?
|
Do you experience the same issue with a channel other than Nonguix?
|
Yeah, I have not updated my system for several months.
No, as I never use
It does not matter what I put at "channels.scm": |
How do you set up channels without channels.scm?
|
Sorry, I don't understand what you mean. If you ask about my guix usage, then I don't use channels at all. Guix had If you ask about my setup for this issue, then I used "channels.scm" to figure it out :-) |
FYI, in case it helps anyone, I reported the same issue and a probable cause at https://gitlab.com/emacs-guix/emacs-guix/-/issues/17 |
Hi,
I try to use my own channel but I can't list package detonations in it. Could point on how I may add them to the search list?
The text was updated successfully, but these errors were encountered: