From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: CUPS and HP printers Date: Mon, 16 Jan 2017 10:58:59 +0100 Message-ID: <87o9z7z5p8.fsf_-_@gnu.org> References: <87shp6sw62.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> <20161229140553.31265-1-ng0@libertad.pw> <20170115165636.2dc47216@uwaterloo.ca> 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]:57285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cT449-0006rA-NI for guix-devel@gnu.org; Mon, 16 Jan 2017 04:59:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cT446-0003O7-Mi for guix-devel@gnu.org; Mon, 16 Jan 2017 04:59:05 -0500 In-Reply-To: <20170115165636.2dc47216@uwaterloo.ca> (Andy Patterson's message of "Sun, 15 Jan 2017 16:56:36 -0500") 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: Andy Patterson Cc: guix-devel@gnu.org Hi Andy, Andy Patterson skribis: > On Thu, 29 Dec 2016 14:05:51 +0000 > ng0 wrote: > > >> I really have no idea how hplip is supposed to be used in Guix after >> reading the note about the base service. So we are not supposed to >> run and install it as users in profiles? Will it be in the cups >> service where I would have no idea how to add it in there?=20 > > I've been printing with an hp for a little while now, and in my system > configuration I have this: > > (service cups-service-type > (cups-configuration > (web-interface? #t) > (extensions > (list cups-filters hplip)))) Interesting. Maybe we should document it somewhere or simply provide this example in the manual, because it=E2=80=99s not necessarily obvious. WDYT? Ludo=E2=80=99.