[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50231] [PATCH] gnu: emacs-desktop-environment: Include runtime depe
From: |
Ludovic Courtès |
Subject: |
[bug#50231] [PATCH] gnu: emacs-desktop-environment: Include runtime dependencies |
Date: |
Fri, 24 Sep 2021 13:56:17 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
Nicolas Goaziou <mail@nicolasgoaziou.fr> skribis:
> Reily Siegel <mail@reilysiegel.com> writes:
>
>> The emacs package can be configured to use other tools. However, unless
>> the package is specifically configured otherwise, it will not work when
>> installed. Without either these propagated inputs or special
>> configuration, this package cannot perform any of its functions.
>
> I know, but this Emacs library is not supposed to provide the features
> itself. I assume you use it on top of installed executables, as
> explained in the package description:
>
> The package depends on the availability of shell commands to do the
> hard work for us.
>
> Pulling all of them from an Emacs package sounds backward.
How about:
1. Providing only those tools for which there’s no choice, like
‘alsa-utils’ and ‘brightnessclt’.
2. Patching file names instead of propagating.
Thoughts?
Ludo’.