unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30500] [PATCH] services: cups: Add all extensions by default.
@ 2018-02-17 14:54 Danny Milosavljevic
  2018-02-26 17:57 ` Ludovic Courtès
  2020-11-17 23:07 ` zimoun
  0 siblings, 2 replies; 9+ messages in thread
From: Danny Milosavljevic @ 2018-02-17 14:54 UTC (permalink / raw)
  To: 30500

* gnu/services/cups.scm (cups-configuration): Add all extensions by default.
---
 gnu/services/cups.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/cups.scm b/gnu/services/cups.scm
index 4c62e6a6f..4e7325a74 100644
--- a/gnu/services/cups.scm
+++ b/gnu/services/cups.scm
@@ -465,7 +465,7 @@ programs."))
    (package cups)
    "The CUPS package.")
   (extensions
-   (package-list (list cups-filters))
+   (package-list (list cups-filters escpr hplip))
    "Drivers and other extensions to the CUPS package.")
   (files-configuration
    (files-configuration (files-configuration))

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-11-18  9:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-17 14:54 [bug#30500] [PATCH] services: cups: Add all extensions by default Danny Milosavljevic
2018-02-26 17:57 ` Ludovic Courtès
2020-10-19 13:51   ` zimoun
2020-10-19 15:58     ` Tobias Geerinckx-Rice via Guix-patches via
2020-10-28 17:24       ` zimoun
2020-11-17 23:07 ` zimoun
2020-11-18  8:28   ` Efraim Flashner
2020-11-18  8:48     ` zimoun
2020-11-18  9:00   ` bug#30500: " Danny Milosavljevic

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).