Hi,
On Tue, 15 Nov 2022 at 00:53, bbb ee wrote:
> in version c81457a5883ea43950eb2ecdcbb58a5b144bcd11 of guix, gcc-toolchain
> depends gcc:
> ```
> $ DEFAULT_CHANNELS=/tmp/default_channels.scm
> $ echo "%default-channels" > $DEFAULT_CHANNELS
> # I force guix to use only %default-channels here
>
Hi,
On Tue, 15 Nov 2022 at 22:42, bbb ee wrote:
> It is just a little confusing for newcomers to guix. If we really want to
> improve something, I think that could be to give a more rigorous
> specification of the guix command:
I agree that the manual does not speak about the concept of
’hidden
In the documentation, when it says "guix search" search matching package,
if users don't find a package defined in .scm (hidden or no), users can
consider it is a bug, because that doesn't match the behavior described in
the specification (here, the manual and "guix search --help").
Le mar. 15 nov
It is just a little confusing for newcomers to guix. If we really want to
improve something, I think that could be to give a more rigorous
specification of the guix command:
in `guix search --help`, the documentation could be "Search for no hidden
packages matching REGEXPS."
in
https://guix.gnu.o
Hi,
On Tue, 15 Nov 2022 at 00:53, bbb ee wrote:
> in commit c81457, how gcc-toolchain can depends a package who doesn't
> exists?
The package exists, it is ’hidden’ – it means not accessible at the CLI
level. The ’inherit’ copies, so gcc-11 is also hidden, for instance.
--8<---cut
close #59278
Thanks, I close the issue
Le mar. 15 nov. 2022 à 07:27, Julien Lepiller a écrit :
> Hi,
>
> This is not a bug. The gcc package exists, but is hidden from CLI on
> purpose because you shouldn't install it and use it directly. You should
> use gcc-toolchain instead.
>
> Le 15 novembre 2022 00:53:3
Hi,
This is not a bug. The gcc package exists, but is hidden from CLI on purpose
because you shouldn't install it and use it directly. You should use
gcc-toolchain instead.
Le 15 novembre 2022 00:53:32 GMT+01:00, bbb ee a écrit :
>in version c81457a5883ea43950eb2ecdcbb58a5b144bcd11 of guix, gc
in version c81457a5883ea43950eb2ecdcbb58a5b144bcd11 of guix, gcc-toolchain
depends gcc:
```
$ DEFAULT_CHANNELS=/tmp/default_channels.scm
$ echo "%default-channels" > $DEFAULT_CHANNELS
# I force guix to use only %default-channels here
$ guix time-machine --commit=c81457a5883ea43950eb2ecdcbb58a5b144b