unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 30500@debbugs.gnu.org
Subject: [bug#30500] [PATCH] services: cups: Add all extensions by default.
Date: Mon, 26 Feb 2018 18:57:14 +0100	[thread overview]
Message-ID: <87sh9ntz0l.fsf@gnu.org> (raw)
In-Reply-To: <20180217145411.724-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Sat, 17 Feb 2018 15:54:11 +0100")

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> * 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))

Also ‘foomatic-filters’.

>     "Drivers and other extensions to the CUPS package.")
>    (files-configuration
>     (files-configuration (files-configuration))

I can definitely understand the usability argument.  The counter
argument would be this:

--8<---------------cut here---------------start------------->8---
$ guix size cups-filters | tail -1
total: 270.4 MiB
$ guix size cups-filters escpr hplip foomatic-filters | tail -1
total: 569.5 MiB
--8<---------------cut here---------------end--------------->8---

I think carrying all this could make ‘guix system reconfigure’
heavyweight for many—lots of unnecessary downloads/rebuilds, etc.

What do people think?

I suppose on Debian etc., one has to explicitly install the right
packages, no?

Ludo’.

  reply	other threads:[~2018-02-26 17:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sh9ntz0l.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=30500@debbugs.gnu.org \
    --cc=dannym@scratchpost.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).