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
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
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
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,
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
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
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
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
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
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
10 matches
Mail list logo