Hello,
Am Tue, Nov 15, 2022 at 08:36:35PM +0000 schrieb (:
> For me, this returns "2749".
more crudely, I tried this on the command line:
./pre-inst-env guix package -A ^python | wc
which returns 2165, or
./pre-inst-env guix package -A ^python- | wc
which excludes python2-packages and returns 2140, or
./pre-inst-env guix package -A ^python- | awk '{print $1}' | uniq | wc
which excludes duplicate package versions and returns 2091.
It looks like we have a lot of python packages that do not admit it
in their name :)
Andreas