all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30275] [PATCH] doc: Mention escpr in CUPS configuration example.
@ 2018-01-28 20:38 Diego Nicola Barbato
  2018-01-28 22:52 ` bug#30275: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Diego Nicola Barbato @ 2018-01-28 20:38 UTC (permalink / raw)
  To: 30275

[-- Attachment #1: Type: text/plain, Size: 139 bytes --]

This patch adds escpr to the documentation.  This was suggested here:
https://lists.gnu.org/archive/html/guix-devel/2018-01/msg00442.html


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-doc-Mention-escpr-in-CUPS-configuration-example.patch --]
[-- Type: text/x-patch, Size: 1496 bytes --]

From 87594ca621a4e5c9cabf3ff5c53425364cf90ddd Mon Sep 17 00:00:00 2001
From: Diego Nicola Barbato <dnbarbato@posteo.de>
Date: Sun, 28 Jan 2018 20:59:02 +0100
Subject: [PATCH] doc: Mention escpr in CUPS configuration example.

Suggested by Danny Milosavljevic <dannym@scratchpost.org>.

* doc/guix.texi (Printing Services): Mention how to add support for
Epson printers to CUPS via escpr in the configuration example.
---
 doc/guix.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 983e00ab3..3ad947948 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11322,16 +11322,16 @@ CUPS service will generate a self-signed certificate if needed, for
 secure connections to the print server.
 
 Suppose you want to enable the Web interface of CUPS and also add
-support for HP printers @i{via} the @code{hplip} package.  You can do
-that directly, like this (you need to use the @code{(gnu packages cups)}
-module):
+support for Epson printers @i{via} the @code{escpr} package and for HP
+printers @i{via} the @code{hplip} package.  You can do that directly,
+like this (you need to use the @code{(gnu packages cups)} module):
 
 @example
 (service cups-service-type
          (cups-configuration
            (web-interface? #t)
            (extensions
-             (list cups-filters hplip))))
+             (list cups-filters escpr hplip))))
 @end example
 
 The available configuration parameters follow.  Each parameter
-- 
2.16.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#30275: [PATCH] doc: Mention escpr in CUPS configuration example.
  2018-01-28 20:38 [bug#30275] [PATCH] doc: Mention escpr in CUPS configuration example Diego Nicola Barbato
@ 2018-01-28 22:52 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-01-28 22:52 UTC (permalink / raw)
  To: Diego Nicola Barbato; +Cc: 30275-done

Diego Nicola Barbato <dnbarbato@posteo.de> skribis:

> From 87594ca621a4e5c9cabf3ff5c53425364cf90ddd Mon Sep 17 00:00:00 2001
> From: Diego Nicola Barbato <dnbarbato@posteo.de>
> Date: Sun, 28 Jan 2018 20:59:02 +0100
> Subject: [PATCH] doc: Mention escpr in CUPS configuration example.
>
> Suggested by Danny Milosavljevic <dannym@scratchpost.org>.
>
> * doc/guix.texi (Printing Services): Mention how to add support for
> Epson printers to CUPS via escpr in the configuration example.

Applied, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-28 22:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-28 20:38 [bug#30275] [PATCH] doc: Mention escpr in CUPS configuration example Diego Nicola Barbato
2018-01-28 22:52 ` bug#30275: " Ludovic Courtès

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.