From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1en3tL-0003jy-La for guix-patches@gnu.org; Sat, 17 Feb 2018 09:55:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1en3tG-00024T-QW for guix-patches@gnu.org; Sat, 17 Feb 2018 09:55:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:39808) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1en3tG-00023z-Lk for guix-patches@gnu.org; Sat, 17 Feb 2018 09:55:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1en3tG-0005bN-Dg for guix-patches@gnu.org; Sat, 17 Feb 2018 09:55:02 -0500 Subject: [bug#30500] [PATCH] services: cups: Add all extensions by default. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1en3sa-0003Xk-Q4 for guix-patches@gnu.org; Sat, 17 Feb 2018 09:54:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1en3sV-00016I-SI for guix-patches@gnu.org; Sat, 17 Feb 2018 09:54:20 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:40592) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1en3sV-000163-Ku for guix-patches@gnu.org; Sat, 17 Feb 2018 09:54:15 -0500 From: Danny Milosavljevic Date: Sat, 17 Feb 2018 15:54:11 +0100 Message-Id: <20180217145411.724-1-dannym@scratchpost.org> 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: 30500@debbugs.gnu.org * gnu/services/cups.scm (cups-configuration): Add all extensions by default. --- gnu/services/cups.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/services/cups.scm b/gnu/services/cups.scm index 4c62e6a6f..4e7325a74 100644 --- a/gnu/services/cups.scm +++ b/gnu/services/cups.scm @@ -465,7 +465,7 @@ programs.")) (package cups) "The CUPS package.") (extensions - (package-list (list cups-filters)) + (package-list (list cups-filters escpr hplip)) "Drivers and other extensions to the CUPS package.") (files-configuration (files-configuration (files-configuration))