This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 8490fa0 services: cups: Add some extensions by default.
8490fa0 is described below
commit 8490fa0253fa8ee5613a89851273e007494ea79b
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Wed Nov 18 09:53:23 2020 +0100
services: cups: Add some extensions by default.
* gnu/services/cups.scm (cups-configuration): Add some extensions by
default.
doc/guix.texi (Printing Services): Document the default value.
---
doc/guix.texi | 2 +-
gnu/services/cups.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index a609d64..99068fc 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -17541,7 +17541,7 @@ Available @code{cups-configuration} fields are:
The CUPS package.
@end deftypevr
-@deftypevr {@code{cups-configuration} parameter} package-list extensions
+@deftypevr {@code{cups-configuration} parameter} package-list extensions
(default: @code{(list escpr hplip-minimal foomatic-filters)})
Drivers and other extensions to the CUPS package.
@end deftypevr
diff --git a/gnu/services/cups.scm b/gnu/services/cups.scm
index 16d6f76..7d2defa 100644
--- a/gnu/services/cups.scm
+++ b/gnu/services/cups.scm
@@ -482,7 +482,7 @@ programs.")
(package cups)
"The CUPS package.")
(extensions
- (package-list (list cups-filters))
+ (package-list (list cups-filters escpr hplip-minimal foomatic-filters))
"Drivers and other extensions to the CUPS package.")
(files-configuration
(files-configuration (files-configuration))