[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50295] [PATCH 4/6] gnu: tryton modules: Unify native-inputs.
From: |
Hartmut Goebel |
Subject: |
[bug#50295] [PATCH 4/6] gnu: tryton modules: Unify native-inputs. |
Date: |
Thu, 16 Sep 2021 12:28:44 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 |
Hi Maxime,
+ (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.
Thanks for this hint and the review. I prefer to keep this more
complicated code, since it makes it easier for guile-not-gurus like me
to add more modules if required:
(native-inputs
`(,@%standard-trytond-native-inputs
("python-forex-python" ,python-forex-python)
("python-pycountry" ,python-pycountry)))
If there is a simpler notation for this, I'd be eager to learn about it
and will adopt the code.
--
Regards
Hartmut Goebel
| Hartmut Goebel | h.goebel@crazy-compilers.com |
| www.crazy-compilers.com | compilers which you thought are impossible |