mbox series

[bug#53286,0/3] Small fixes for some matrix packages

Message ID DM5PR03MB3163284853505D39FBEC2A63C5559@DM5PR03MB3163.namprd03.prod.outlook.com
Headers show
Series Small fixes for some matrix packages | expand

Message

Morgan Smith Jan. 15, 2022, 4:28 p.m. UTC
So emacs-ement doesn't work without its inputs being propagated.  I think pantalaimon works with its current inputs but the panctl program to control pantalaimon (which is part of the pantalaimon package) doesn't work without these inputs.

[PATCH 1/3] gnu: emacs-ement: Propagate inputs.
[PATCH 2/3] gnu: Add python-pydbus.
[PATCH 3/3] gnu: pantalaimon: Add needed inputs

Comments

Aleksandr Vityazev Jan. 15, 2022, 5:02 p.m. UTC | #1
Hi,
On 2022-01-15, 11:28 -0500, Morgan.J.Smith@outlook.com wrote:

> So emacs-ement doesn't work without its inputs being propagated.  I think pantalaimon works with its
> current inputs but the panctl program to control pantalaimon (which is part of the pantalaimon
> package) doesn't work without these inputs.
>
> [PATCH 1/3] gnu: emacs-ement: Propagate inputs.
> [PATCH 2/3] gnu: Add python-pydbus.
> [PATCH 3/3] gnu: pantalaimon: Add needed inputs
>

Patches for pantalaimon have been submitted before:
https://issues.guix.gnu.org/52700
Morgan Smith Jan. 15, 2022, 7:59 p.m. UTC | #2
Thanks for catching that Maxime!  That'll teach me to run guix lint before submitting patches :P

Thanks for pointing me to Bug#52700 Aleksandr!  I've combined your changes into mine and made you a co-author.  I hope that's ok with you.

These changes have been tested by installing them and using them.  So I setup pantalaimon and had it decrypt some matrix messages for me which I viewed using emacs-ement.

[PATCH v2 1/3] gnu: emacs-ement: Propagate inputs.
[PATCH v2 2/3] gnu: Add python-pydbus.
[PATCH v2 3/3] gnu: pantalaimon: Add needed inputs