On Sun Sep 28, 2025 at 5:52 AM CDT, glab via Bug reports for GNU Guix wrote: > The package recipe for browser qutebrowser does not manifests a version > of the program that runs. > The application presents a window with the following error message: > > qutebrowser needs QtWebKit or QtWebEngine, but neither could be > imported! > The errors encountered were: > QtWebKit: Unavailable with PyQt6 > QtWebEngine: > /gnu/store/fc5mj68xf9r672g3ja6dclsxx8kbmsly-libxslt-1.1.37/lib/libxslt.so.1: > undefined symbol: valuePush, version LIBXML2_2.4.30 > Qt wrapper info: > PyQt6: success > PyQt5: not imported > -> selected: PyQt6 (via autoselect) > > Some package version information that may be of importance: > guix 67f5f23 > repository URL: https://git.guix.gnu.org/guix.git > branch: master > commit: 67f5f23c88b63f6ff3c13b03a8ea47336fa995a4
Hello, I ran into this issue recently as well. https://codeberg.org/guix/guix/issues/2998 tl;dr some grafts broke it, so you can do `guix install qutebrowser --no-grafts` Then qutebrowser should work.
