guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#29973] [PATCH] gnu: newsbeuter: Supersede.


From: Tobias Geerinckx-Rice
Subject: [bug#29973] [PATCH] gnu: newsbeuter: Supersede.
Date: Thu, 4 Jan 2018 20:42:29 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

Leo Famulari wrote on 04/01/18 at 18:34:
> Is there something that requires the package definition to be moved?

newsbeuter refers directly to ,newsboat. I get an error message if
newsboat isn't defined before newsbeuter.

> I'm not sure what's silly about it?

What I meant to say was: there might be a better way to do this than a
100-line patch, but this is the best I can come up with.

I don't really understand why

  (define-public foo (package ... (inputs `(("bar" ,bar)))))
  (define-public bar ...)

appears to work, while

  (define-public foo (package ... (properties `((superseded . ,bar)))))
  (define-public bar ...)

seems to fail.

Hence feeling a bit silly, and vague waving of hands, and whispering
‘probably macros I guess?’

I should really pick up that book about making elephants eat cake again.

Kind regards,

T G-R

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]