civodul pushed a change to branch master in repository guix. from a472c29 gnu: wine-staging: Update to 3.13. new 10df28d system: '.guile' skeleton now recommends 'guile-colorized'. new a2908f5 gnu: aspell: Allow filters to be found. new 2a3b1b3 build-system: Add 'guile-build-system'. new 977d866 gnu: Switch several packages to 'guile-build-system'. new fef7bab gnu: Add guile-pfds.
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: Makefile.am | 2 + doc/guix.texi | 15 + gnu/packages/aspell.scm | 14 + gnu/packages/guile.scm | 585 +++++++++++--------------------------- gnu/system/shadow.scm | 12 +- guix/build-system/guile.scm | 202 +++++++++++++ guix/build/guile-build-system.scm | 153 ++++++++++ 7 files changed, 569 insertions(+), 414 deletions(-) create mode 100644 guix/build-system/guile.scm create mode 100644 guix/build/guile-build-system.scm