GNU bug report logs - #55874
[PATCH] Add timewarrior 1.4.3

Previous Next

Package: guix-patches;

Reported by: Zac Berkowitz <zac.berkowitz <at> gmail.com>

Date: Thu, 9 Jun 2022 15:12:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 55874 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Zac Berkowitz <zac.berkowitz <at> gmail.com>, 55874 <at> debbugs.gnu.org
Subject: Re: [bug#55874] [PATCH] Add timewarrior 1.4.3
Date: Thu, 09 Jun 2022 21:53:41 +0200
[Message part 1 (text/plain, inline)]
Zac Berkowitz schreef op do 09-06-2022 om 11:11 [-0400]:
> +    (native-inputs
> +     `(("ruby-asciidoctor" ,ruby-asciidoctor)
> +       ("python" ,python)))
> +    (inputs
> +     `(("gnutls" ,gnutls)
> +       ("util-linux:lib" ,util-linux "lib")))

Nowadays, these can be simplified to.

  (native-inputs (list ruby-asciidoctor python))

Where did you learn about the old form?

Likewise (if I remember the syntax right):

  (list gnutls `(,util-linux "lib"))

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 113 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.