Hello! Christopher Baines <m...@cbaines.net> skribis:
> Pierre Neidhardt <m...@ambrevar.xyz> writes: > >> Pjotr Prins <pjotr.publi...@thebird.nl> writes: >> >>> Not only good for humans, also good for search engines. I find the >>> current package list https://guix.gnu.org/packages/ pretty useful, but >>> I would like a search function because one keeps clicking to find a >>> certain package. >> >> There is such a search function here: >> >> https://hpc.guix.info/browse >> >> Would be nice to port it to guix.gnu.org. > > Indeed. It seems a bit broken for some reason. I've seen it working in > the past. I get the following error when I go to the page for a package. > > Uh-oh... > > The package is gone! Thanks for the heads-up, this is now fixed. It turned out to be due to a stale /var/cache/guix/web/packages.json.lock file, which would prevent hpcguix-web from updating its ‘package.json’ file, which in turn would lead to the error above. I’ll update the activation snippet of hpcguix-web to remove that lock file. Thanks, Ludo’.