mbox series

[bug#58055,0/1] Add emacs-orgmd

Message ID 20220925003750.631327-1-plattfot@posteo.net
Headers show
Series Add emacs-orgmd | expand

Message

Fredrik Salomonsson Sept. 25, 2022, 12:37 a.m. UTC
An Emacs' Org mode watchlist manager and OMDb API client.

Fredrik Salomonsson (1):
  gnu: Add emacs-orgmdb.

 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)


base-commit: fc07082fe3d750c85282c4aa57d01a36ebe9296b

Comments

M Sept. 25, 2022, 5:40 p.m. UTC | #1
On 25-09-2022 02:37, Fredrik Salomonsson wrote:
> An Emacs' Org mode watchlist manager and OMDb API client.
> 
> Fredrik Salomonsson (1):
>    gnu: Add emacs-orgmdb.
> 
>   gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
>   1 file changed, 26 insertions(+)
> 
> 
> base-commit: fc07082fe3d750c85282c4aa57d01a36ebe9296b

Have you tested this in a pure environment?  Going by 
<https://github.com/isamert/orgmdb.el/blob/66c13abdb84e0f0a31bae6cfda27478771d58d8e/orgmdb.el#L663>, 
it requires 'fd' to work, but 'fd is not mentioned in the propagated 
inputs and neither is it mentioned in the 'inputs' + appropriate 
substitute*.

I recommend the latter, and in the future having a quick look at the 
source code to see if it invokes some software (Emacs additions are 
usually short).

Greetings,
Maxime.
Nicolas Goaziou Sept. 25, 2022, 7:10 p.m. UTC | #2
Hello,

Maxime Devos <maximedevos@telenet.be> writes:

> On 25-09-2022 02:37, Fredrik Salomonsson wrote:
>> An Emacs' Org mode watchlist manager and OMDb API client.
>> Fredrik Salomonsson (1):
>>    gnu: Add emacs-orgmdb.
>>   gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
>>   1 file changed, 26 insertions(+)
>> base-commit: fc07082fe3d750c85282c4aa57d01a36ebe9296b
>
> Have you tested this in a pure environment?  Going by
> <https://github.com/isamert/orgmdb.el/blob/66c13abdb84e0f0a31bae6cfda27478771d58d8e/orgmdb.el#L663>,
> it requires 'fd' to work, but 'fd is not mentioned in the propagated
> inputs and neither is it mentioned in the 'inputs' + appropriate
> substitute*.
>
> I recommend the latter, and in the future having a quick look at the
> source code to see if it invokes some software (Emacs additions are
> usually short).

Fixed in 31593237f6aa82ce29e0ecf1911e64713e21ddcb. Thanks for the heads up.

Regards,