aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorDavid Craven <david@craven.ch>2016-08-08 13:36:41 +0200
committerDavid Craven <david@craven.ch>2016-08-13 14:02:56 +0200
commit37d52f6e4699030cf957da306fa9b66396eb9d71 (patch)
tree96cd6025655f7bee8a2059dbbf977e2bc19b022a /AUTHORS
parent19c3304072ec69b0fcfe1d792c348713a5f43252 (diff)
downloadguix-37d52f6e4699030cf957da306fa9b66396eb9d71.tar.gz
guix-37d52f6e4699030cf957da306fa9b66396eb9d71.zip
gnu: spice: Fix usbredir for 32 bit platforms.
* gnu/packages/spice.scm (usbredir)[origin]: Fetch source from git repo. [native-inputs]: Add AUTOCONF, AUTOMAKE and LIBTOOL. [arguments]: Add autogen phase.
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions
: tryton.scm: Remove unused native inputs....Python is already provided by the python build-system, thus there is not need for listing it a native input. * gnu/packages/tryton.scm (python-trytond-account, python-trytond-account-invoice, python-trytond-account-invoice-stock, python-trytond-account-product, python-trytond-analytic-account, python-trytond-company, python-trytond-country, python-trytond-currency, python-trytond-party, python-trytond-product, python-trytond-purchase, python-trytond-purchase-request, python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply)[native-inputs]: Remove python. Hartmut Goebel 2021-02-08gnu: tryton.scm: Reorder packages....Move proteus near the top, as it is a package to be used by other ications. Sort all "tryton modules" (python-trytond-*) alphabetically. * gnu/packages/tryton.scm (python-proteus): Move behind tryton. (python-trytond-account, python-trytond-account-invoice, python-trytond-account-invoice-stock, python-trytond-account-product, python-trytond-analytic-account, python-trytond-company, python-trytond-country, python-trytond-currency, python-trytond-party, python-trytond-product, python-trytond-purchase, python-trytond-purchase-request, python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically. Hartmut Goebel 2021-02-08gnu: tryton: Rephrase synopsis and description....* gnu/packages/tryton.scm (tryton)[synopsis, description] Rephrase. Hartmut Goebel 2021-02-08gnu: Rename "python-trytond" to "trytond"....Trytond is an application, and only python libraries should have the "python-" prefix. * gnu/packages/tryton.scm (python-trytond): Rename to... (trytond): ...this. [synopsis] Rephrase. (python-trytond): Redefine as a deprecated alias. (python-trytond-account, python-trytond-account-invoice, python-trytond-account-invoice-stock, python-trytond-account-product, python-trytond-analytic-account, python-trytond-company, python-trytond-country, python-trytond-currency, python-trytond-party, python-trytond-product, python-trytond-purchase, python-trytond-purchase-request python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply)[propagated-inputs]: Rename python-trytond to trytond. Hartmut Goebel