From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goWqq-0007lc-CH for guix-patches@gnu.org; Tue, 29 Jan 2019 12:07:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1goWqk-0008NQ-FZ for guix-patches@gnu.org; Tue, 29 Jan 2019 12:07:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51495) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1goWqk-0008ML-3r for guix-patches@gnu.org; Tue, 29 Jan 2019 12:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1goWqj-0007yl-Rs for guix-patches@gnu.org; Tue, 29 Jan 2019 12:07:01 -0500 Subject: [bug#34240] [PATCH 5/5] gnu: gnome: Include system-config-printer. Resent-Message-ID: References: <87a7jjr8y3.fsf@cbaines.net> <20190129114242.32481-1-mail@cbaines.net> <20190129114242.32481-5-mail@cbaines.net> From: Ricardo Wurmus In-reply-to: <20190129114242.32481-5-mail@cbaines.net> Date: Tue, 29 Jan 2019 17:50:22 +0100 Message-ID: <87a7jjpfw1.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 34240@debbugs.gnu.org Christopher Baines writes: > This package enables some functionality for printers within the > gnome-control-center as well as providing a standalone configuration tool. > > At the moment, due to the lack of PackageKit support within Guix, the > gnome-control-center can't help users through the process of installing this, > so make it a default package. > > * gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add system-config-printer. > --- > gnu/packages/gnome.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index 0982409eeb..3a3e98a8fe 100644 > --- a/gnu/packages/gnome.scm > +++ b/gnu/packages/gnome.scm > @@ -6155,6 +6155,7 @@ associations for GNOME.") > ("pinentry-gnome3" ,pinentry-gnome3) > ("pulseaudio" ,pulseaudio) > ("shared-mime-info" ,shared-mime-info) > + ("system-config-printer" ,system-config-printer) > ("totem" ,totem) > ("xdg-user-dirs" ,xdg-user-dirs) > ("yelp" ,yelp) Looks good to me. -- Ricardo