all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: 30500@debbugs.gnu.org
Subject: [bug#30500] [PATCH] services: cups: Add all extensions by default.
Date: Sat, 17 Feb 2018 15:54:11 +0100	[thread overview]
Message-ID: <20180217145411.724-1-dannym@scratchpost.org> (raw)

* 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))

             reply	other threads:[~2018-02-17 14:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-17 14:54 Danny Milosavljevic [this message]
2018-02-26 17:57 ` [bug#30500] [PATCH] services: cups: Add all extensions by default Ludovic Courtès
2020-10-19 13:51   ` zimoun
2020-10-19 15:58     ` Tobias Geerinckx-Rice via Guix-patches via
2020-10-28 17:24       ` zimoun
2020-11-17 23:07 ` zimoun
2020-11-18  8:28   ` Efraim Flashner
2020-11-18  8:48     ` zimoun
2020-11-18  9:00   ` bug#30500: " Danny Milosavljevic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180217145411.724-1-dannym@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=30500@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.