me
/
guix
Archived
1
0
Fork 0

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.
master
Danny Milosavljevic 2020-11-18 09:53:23 +01:00
parent fa268b28e1
commit 8490fa0253
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
2 changed files with 2 additions and 2 deletions

View File

@ -17541,7 +17541,7 @@ Available @code{cups-configuration} fields are:
The CUPS package. The CUPS package.
@end deftypevr @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. Drivers and other extensions to the CUPS package.
@end deftypevr @end deftypevr

View File

@ -482,7 +482,7 @@ programs.")
(package cups) (package cups)
"The CUPS package.") "The CUPS package.")
(extensions (extensions
(package-list (list cups-filters)) (package-list (list cups-filters escpr hplip-minimal foomatic-filters))
"Drivers and other extensions to the CUPS package.") "Drivers and other extensions to the CUPS package.")
(files-configuration (files-configuration
(files-configuration (files-configuration)) (files-configuration (files-configuration))