From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] gnu: hplip: Add qt5 gui. Date: Mon, 02 Jan 2017 22:04:01 +0100 Message-ID: <87pok5b2da.fsf@gnu.org> References: <87shp6sw62.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> <20161229140553.31265-1-ng0@libertad.pw> <20161229140553.31265-2-ng0@libertad.pw> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cO9m4-0000M3-SR for guix-devel@gnu.org; Mon, 02 Jan 2017 16:04:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cO9m0-0001z5-VP for guix-devel@gnu.org; Mon, 02 Jan 2017 16:04:08 -0500 In-Reply-To: <20161229140553.31265-2-ng0@libertad.pw> (ng0@libertad.pw's message of "Thu, 29 Dec 2016 14:05:52 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0 Cc: guix-devel@gnu.org Hi! ng0 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 =E2=80=98sane-backends=E2=80= =99 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=E2=80=99.