diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2018-07-19 21:16:43 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2018-07-25 11:52:59 +0300 |
| commit | 8e1895964fd10fbf5f19ad39ca080f684a6246d6 (patch) | |
| tree | 8c6cfc0af8edef1b5c6c04d244ea527da4ff43c5 /doc | |
| parent | 39a57afc42d473517f6e62c2d6a5d3c75eee3e89 (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.texi | 8 |
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 | ||
| 12157 | Suppose you want to enable the Web interface of CUPS and also add | 12157 | Suppose you want to enable the Web interface of CUPS and also add |
| 12158 | support for Epson printers @i{via} the @code{escpr} package and for HP | 12158 | support for Epson printers @i{via} the @code{escpr} package and for HP |
| 12159 | printers @i{via} the @code{hplip} package. You can do that directly, | 12159 | printers @i{via} the @code{hplip-minimal} package. You can do that directly, |
| 12160 | like this (you need to use the @code{(gnu packages cups)} module): | 12160 | like 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 | ||
| 12170 | Note: If you wish to use the Qt5 based GUI which comes with the hplip | ||
| 12171 | package then it is suggested that you install the @code{hplip} package, | ||
| 12172 | either in your OS configuration file or as your user. | ||
| 12173 | |||
| 12170 | The available configuration parameters follow. Each parameter | 12174 | The available configuration parameters follow. Each parameter |
| 12171 | definition is preceded by its type; for example, @samp{string-list foo} | 12175 | definition is preceded by its type; for example, @samp{string-list foo} |
| 12172 | indicates that the @code{foo} parameter should be specified as a list of | 12176 | indicates that the @code{foo} parameter should be specified as a list of |
