guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (1d03543 -> 41fb3d5)


From: guix-commits
Subject: branch master updated (1d03543 -> 41fb3d5)
Date: Thu, 3 Dec 2020 10:25:18 -0500 (EST)

civodul pushed a change to branch master
in repository guix.

    from 1d03543  gnu: sbcl-cl-webkit: Update hash.
     new 720e87f  gnu: guile-semver: Switch to Guile 3.0.
     new fbb380a  self: Factorize package dependency enumeration.
     new 918a643  gnu: chicken: Add 'CHICKEN_REPOSITORY_PATH' search path spec.
     new 64f032d  build-system: Add chicken-build-system.
     new a0e2a3e  gnu: Use qualified license names in chicken.scm instead of 
selective import.
     new 7dd7bab  gnu: Add chicken-test.
     new f0f133d  gnu: Add chicken-srfi-1.
     new c84f0c4  gnu: Add chicken-srfi-69.
     new bb1b37d  gnu: Add chicken-iset.
     new 59fbfcf  gnu: Add chicken-datatype.
     new 5422c71  gnu: Add chicken-srfi-14.
     new eee037e  gnu: Added chicken-agrep.
     new b5a6edd  doc: Tweak wording of 'chicken-build-system' material.
     new 41fb3d5  nls: Update 'fr' translation of the manual.

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                               |   2 +
 doc/guix.texi                             |  23 ++++
 gnu/packages/chicken.scm                  | 218 +++++++++++++++++++++++++++++-
 gnu/packages/guile-xyz.scm                |   9 +-
 guix/build-system/{go.scm => chicken.scm} | 105 +++++++-------
 guix/build/chicken-build-system.scm       | 133 ++++++++++++++++++
 guix/self.scm                             |  21 +--
 po/doc/guix-manual.fr.po                  |   6 +-
 8 files changed, 443 insertions(+), 74 deletions(-)
 copy guix/build-system/{go.scm => chicken.scm} (57%)
 create mode 100644 guix/build/chicken-build-system.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]