diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-21 15:39:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-21 23:00:06 +0100 |
commit | 13180f6accf815253107420d264e0c82ad064608 (patch) | |
tree | ecfcf578488875188fece997bf08a7529c8891d0 /doc | |
parent | 0b57c1b09efb74f0b30fd74c7c1eb2da1f5957bc (diff) | |
download | guix-13180f6accf815253107420d264e0c82ad064608.tar.gz |
services: cups: Add Splix by default.
* gnu/services/cups.scm (cups-configuration): Add splix to the default extensions. * doc/guix.texi (Printing Services): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1f1510f5f5..ea220fbd63 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -17542,7 +17542,7 @@ Available @code{cups-configuration} fields are: The CUPS package. @end deftypevr -@deftypevr {@code{cups-configuration} parameter} package-list extensions (default: @code{(list epson-inkjet-printer-escpr hplip-minimal foomatic-filters)}) +@deftypevr {@code{cups-configuration} parameter} package-list extensions (default: @code{(list epson-inkjet-printer-escpr hplip-minimal foomatic-filters splix)}) Drivers and other extensions to the CUPS package. @end deftypevr |