all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: Hartmut Goebel <h.goebel@crazy-compilers.com>, 50295@debbugs.gnu.org
Subject: [bug#50295] [PATCH 4/6] gnu: tryton modules: Unify native-inputs.
Date: Thu, 02 Sep 2021 16:08:07 +0200	[thread overview]
Message-ID: <0448bf357dc19e57af3e6122c0844e495d10fa50.camel@telenet.be> (raw)
In-Reply-To: <1f28ea1b32ac9e4cb1d1b44ef70a5c14cadb9d99.1630398482.git.h.goebel@crazy-compilers.com>

[-- Attachment #1: Type: text/plain, Size: 707 bytes --]

Hi,

>      (arguments (tryton-arguments "account"))
> -    (native-inputs
> -     `(("python-genshi" ,python-genshi)
> -       ("python-lxml" ,python-lxml)
> -       ("python-magic" ,python-magic)
> -       ("python-passlib" ,python-passlib)
> -       ("python-polib" ,python-polib)
> -       ("python-proteus" ,python-proteus)
> -       ("python-relatorio" ,python-relatorio)
> -       ("python-werkzeug" ,python-werkzeug)
> -       ("python-wrapt" ,python-wrapt)))
> +    (native-inputs `(,@%standard-trytond-native-inputs))

This can be done a litte simpler as
  (native-inputs %standard-trytond-native-inputs)
though it probably doesn't really matter and YMMV.

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

  reply	other threads:[~2021-09-02 14:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-31  8:47 [bug#50295] [PATCH 0/6] Update Tryton ERP applications and framework to 6.0.x Hartmut Goebel
2021-08-31  8:49 ` [bug#50295] [PATCH 1/6] gnu: trytond: Propagate inputs Hartmut Goebel
2021-08-31  8:49 ` [bug#50295] [PATCH 2/6] gnu: tryton: " Hartmut Goebel
2021-08-31  8:49 ` [bug#50295] [PATCH 3/6] gnu: tryton modules: Remove "python"- prefix from name Hartmut Goebel
2021-08-31  8:49 ` [bug#50295] [PATCH 4/6] gnu: tryton modules: Unify native-inputs Hartmut Goebel
2021-09-02 14:08   ` Maxime Devos [this message]
2021-09-16 10:28     ` Hartmut Goebel
2021-09-16 19:54       ` Hartmut Goebel
2021-08-31  8:49 ` [bug#50295] [PATCH 5/6] gnu: tryton modules: Remove propagated-inputs propagated elsewhere Hartmut Goebel
2021-08-31  8:49 ` [bug#50295] [PATCH 6/6] gnu: tryton applications and framework: Update to 6.0.x Hartmut Goebel
2021-08-31 16:25 ` [bug#50295] [PATCH 0/6] Update Tryton ERP applications and framework " Vinicius Monego
2021-09-16 15:56 ` [bug#50295] [PATCH 4/6] gnu: tryton modules: Unify native-inputs Liliana Marie Prikler
2021-09-20 12:49   ` Hartmut Goebel
     [not found] ` <handler.50295.B.16303996502742.ack@debbugs.gnu.org>
2021-09-16 23:09   ` bug#50295: Acknowledgement ([PATCH 0/6] Update Tryton ERP applications and framework to 6.0.x.) Hartmut Goebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0448bf357dc19e57af3e6122c0844e495d10fa50.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=50295@debbugs.gnu.org \
    --cc=h.goebel@crazy-compilers.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.