From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goRnD-0004Wt-NJ for guix-patches@gnu.org; Tue, 29 Jan 2019 06:43:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1goRnD-0003KY-3F for guix-patches@gnu.org; Tue, 29 Jan 2019 06:43:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50488) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1goRnC-0003KO-VW for guix-patches@gnu.org; Tue, 29 Jan 2019 06:43:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1goRnC-00028I-S9 for guix-patches@gnu.org; Tue, 29 Jan 2019 06:43:02 -0500 Subject: [bug#34240] [PATCH 5/5] gnu: gnome: Include system-config-printer. Resent-Message-ID: From: Christopher Baines Date: Tue, 29 Jan 2019 11:42:42 +0000 Message-Id: <20190129114242.32481-5-mail@cbaines.net> In-Reply-To: <20190129114242.32481-1-mail@cbaines.net> References: <87a7jjr8y3.fsf@cbaines.net> <20190129114242.32481-1-mail@cbaines.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 34240@debbugs.gnu.org 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) -- 2.20.1