aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2021-08-27 15:09:49 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2021-09-21 21:00:33 +0200
commitec5ea1917a2706dfce006f6c3b87eb4f4b5dbf37 (patch)
treecccfb88714a4edd99f5e2bafb5d0cd26298498db /.gitignore
parent354afe47341e20b3faf5ebdddb51ee83cc1da1d6 (diff)
downloadguix-ec5ea1917a2706dfce006f6c3b87eb4f4b5dbf37.tar.gz
guix-ec5ea1917a2706dfce006f6c3b87eb4f4b5dbf37.zip
gnu: Add trytond-stock-inventory-location.
* gnu/packages/tryton.scm (trytond-stock-inventory-location): New variable.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
:27 +0200'>2021-07-26gnu: mes-rb5: Remove....This bit-for-bit, cross-distro reproduction effort targeted an earlier version of Mes. It would need to be redone for the current version. * gnu/packages/mes.scm (mes-rb5): Remove. Ludovic Courtès 2021-07-26gnu: mes: Remove 0.19....* gnu/packages/mes.scm (mes-0.19): Remove. (mes): Copy missing fields from MES-0.19. Ludovic Courtès 2021-07-26gnu: mes: Switch to Guile 3.0....* gnu/packages/mes.scm (nyacc-1.00.2)[inputs]: Change GUILE-2.2 to GUILE-3.0. (mes-0.19)[native-inputs]: Likewise. * gnu/packages/make-bootstrap.scm (%mes-minimal)[native-inputs]: Likewise. Ludovic Courtès 2021-07-26gnu: mescc-tools: Update to 1.2.0....Fixes <https://issues.guix.gnu.org/49515>. * gnu/packages/mes.scm (mescc-tools-0.5.2): Remove. (mescc-tools): Update to 1.2.0. Use 'git-fetch'. * gnu/packages/make-bootstrap.scm (%mescc-tools-static): Inherit from MESCC-TOOLS rather than MESCC-TOOLS-0.5.2. (%mes-minimal): Inherit from MES rather than MES-0.19. [arguments]: Remove 'delete-file-recursively' for /mes/scaffold. Ludovic Courtès 2021-07-26gnu: m2-planet: Update to 1.8.0....* gnu/packages/mes.scm (m2-planet): Update to 1.8.0. Ludovic Courtès 2021-07-18Merge branch 'master' into core-updatesLudovic Courtès 2021-07-11gnu: Change inputs of core packages to plain lists....This is transparent: the resulting derivations are unchanged. * gnu/packages/base.scm (grep, sed, tar, patch, diffutils, glibc/hurd-headers) (coreutils, gnu-make, make-glibc-utf8-locales): Change input fields to plain package lists and use 'modify-inputs'. * gnu/packages/guile.scm (guile-1.8, guile-json-1, guile-json-3) (guile-gdbm-ffi, guile-sqlite3, guile-bytestructures) (guile-git, guile-zlib, guile-lzlib, guile-zstd, guile-next): Likewise. * gnu/packages/mes.scm (nyacc-0.86, nyacc-0.99) (nyacc, nyacc-1.00.2, mes-0.19, mes, m2-planet): Likewise. Ludovic Courtès 2021-06-28gnu: nyacc: Add final upstream description line, too....* gnu/packages/mes.scm (nyacc)[description]: Mention compilers, languages. Tobias Geerinckx-Rice 2021-06-26gnu: nyacc: Update description for versions >= 1.00....Fixes <http://issues.guix.gnu.org/49230>. * gnu/packages/mes.scm (nyacc)[description]: Adopt current upstream text. Tobias Geerinckx-Rice