Re: Guix does not find packages

2020-04-23 Thread Ludovic Courtès
Hi, Ricardo Wurmus skribis: > Tobias Geerinckx-Rice writes: > >> I *still* think we should either do nothing, or call $PAGER >> automatically when stdout is a TTY. > > We should call $PAGER when it’s set. > > Isn’t there a bug report about this…? I’m noticing this thread just now (oops!) and I

Re: Guix does not find packages

2020-02-20 Thread Joshua Branson
Tobias Geerinckx-Rice writes: > Zelphir Kaltstahl 写道: >> And then there is the strange issue, that I cannot install font >> packages: >> >> `guix package -i font-fira-code font-fire-mono font-fire-sans` >> >> Gives: >> >> `guix package: error: font-fire-mono: unknown package` > > This is just a t

Re: Guix does not find packages

2020-02-19 Thread Zelphir Kaltstahl
Indeed, it is a typo and the font shows up in search after correcting the typo. I must have been blind there! Thanks! Mystery solved. On 19.02.20 15:58, John Soo wrote: > Hi Zelphir, > >> `guix package -i font-fira-code font-fire-mono font-fire-sans` >> >> Gives: >> >> `guix package: error: font-f

Re: Guix does not find packages

2020-02-19 Thread zimoun
On Wed, 19 Feb 2020 at 16:02, Tobias Geerinckx-Rice wrote: > No. It was a deliberate decision to make ‘guix search’/‘guix > package -s’ show only the ‘top’ result when stdout is a TTY. I > don't like it either. The argument was that packages are sorted > with the most relevant one at the top,

Re: Guix does not find packages

2020-02-19 Thread Ricardo Wurmus
Tobias Geerinckx-Rice writes: > I *still* think we should either do nothing, or call $PAGER > automatically when stdout is a TTY. We should call $PAGER when it’s set. Isn’t there a bug report about this…? -- Ricardo

Re: Guix does not find packages

2020-02-19 Thread John Soo
Hi T G-R, > I *still* think we should either do nothing, or call $PAGER > automatically when stdout is a TTY. I like the idea of using $PAGER. Makes sense to me. - John

Re: Guix does not find packages

2020-02-19 Thread Tobias Geerinckx-Rice
Zelphir Kaltstahl 写道: And then there is the strange issue, that I cannot install font packages: `guix package -i font-fira-code font-fire-mono font-fire-sans` Gives: `guix package: error: font-fire-mono: unknown package` This is just a typo. Correct it and try again ;-) Is my Guix install

Re: Guix does not find packages

2020-02-19 Thread Joshua Branson
Zelphir Kaltstahl writes: I do not know why you have to pipe it through less...That is odd. But you can install recutils. guix install recutils; Then you could do something like this: guix search "font*" | recsel -p name,synopsis; That will show all the font packages. Also I think you just

Re: Guix does not find packages

2020-02-19 Thread John Soo
Hi Zelphir, > `guix package -i font-fira-code font-fire-mono font-fire-sans` > > Gives: > > `guix package: error: font-fire-mono: unknown package` is font-fire-mono a typo? Should it be font-fira-mono? Hope that helps, John

Guix does not find packages

2020-02-19 Thread Zelphir Kaltstahl
Hi Guix Users! I have an issue with installing fonts through Guix or simply some packages in general. The issue is, that the packages do not show up on command line, when I do a search via either of the following 2 commands: 1. guix search (my_package_name_here) 2. guix package -s (my_package_n