diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-10 21:28:31 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-10 23:38:49 +0100 |
commit | 2a4fdb41941ffcc5611a8d6df3ea04a29561aa80 (patch) | |
tree | f7fe12dd991a0b17ed0402484ae2889be5fb1cd9 /gnu/services | |
parent | 8498aee86cc6033ae90a262410a1fb270d88073b (diff) | |
download | guix-2a4fdb41941ffcc5611a8d6df3ea04a29561aa80.tar.gz |
services: cups: Add brlaser extension by default.
* gnu/services/cups.scm (cups-configuration): Add brlaser to the default extensions. * doc/guix.texi (Printing Services): Document it.
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/cups.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/cups.scm b/gnu/services/cups.scm index e8957c6859..f10615e59e 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 epson-inkjet-printer-escpr + (package-list (list brlaser cups-filters epson-inkjet-printer-escpr foomatic-filters hplip-minimal splix)) "Drivers and other extensions to the CUPS package.") (files-configuration |