Hi! ng0 <n...@libertad.pw> skribis:
> * gnu/packages/cups.scm (hplip): Add gui. > [arguments](configure-flags): Add "--enable-gui-build", "--disable-qt4", > "--enable-qt5". > [inputs]: Add python-pyqt, python-pygobject and python-sip. Seems like this would multiply the closure of ‘sane-backends’ by 5: --8<---------------cut here---------------start------------->8--- $ guix size sane-backends|tail -1 total: 294.1 MiB $ guix size sane-backends qt@5|tail -1 total: 1486.9 MiB --8<---------------cut here---------------end--------------->8--- Could you try moving the GUI to a separate output or to a separate package? Thanks, Ludo’.