summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-07-19 21:16:43 +0300
committerEfraim Flashner <efraim@flashner.co.il>2018-07-25 11:52:59 +0300
commit8e1895964fd10fbf5f19ad39ca080f684a6246d6 (patch)
tree8c6cfc0af8edef1b5c6c04d244ea527da4ff43c5 /doc
parent39a57afc42d473517f6e62c2d6a5d3c75eee3e89 (diff)
gnu: Add hplip-minimal.
* gnu/packages/cups.scm (hplip-minimal): New variable. * gnu/packages/scanner.scm (sane-backends)[inputs]: Replace hplip with hplip-minimal. * doc/guix.texi (Printing Services): Change example code to use hplip-minimal in place of hplip. Add note explaining when use hplip.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index f9b3ef0e55c..2df40645241 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -12156,7 +12156,7 @@ secure connections to the print server.
12156 12156
12157Suppose you want to enable the Web interface of CUPS and also add 12157Suppose you want to enable the Web interface of CUPS and also add
12158support for Epson printers @i{via} the @code{escpr} package and for HP 12158support for Epson printers @i{via} the @code{escpr} package and for HP
12159printers @i{via} the @code{hplip} package. You can do that directly, 12159printers @i{via} the @code{hplip-minimal} package. You can do that directly,
12160like this (you need to use the @code{(gnu packages cups)} module): 12160like this (you need to use the @code{(gnu packages cups)} module):
12161 12161
12162@example 12162@example
@@ -12164,9 +12164,13 @@ like this (you need to use the @code{(gnu packages cups)} module):
12164 (cups-configuration 12164 (cups-configuration
12165 (web-interface? #t) 12165 (web-interface? #t)
12166 (extensions 12166 (extensions
12167 (list cups-filters escpr hplip)))) 12167 (list cups-filters escpr hplip-minimal))))
12168@end example 12168@end example
12169 12169
12170Note: If you wish to use the Qt5 based GUI which comes with the hplip
12171package then it is suggested that you install the @code{hplip} package,
12172either in your OS configuration file or as your user.
12173
12170The available configuration parameters follow. Each parameter 12174The available configuration parameters follow. Each parameter
12171definition is preceded by its type; for example, @samp{string-list foo} 12175definition is preceded by its type; for example, @samp{string-list foo}
12172indicates that the @code{foo} parameter should be specified as a list of 12176indicates that the @code{foo} parameter should be specified as a list of