guix-commits
[Top][All Lists]
Advanced

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

02/02: Merge branch 'wip-lisp' into staging


From: guix-commits
Subject: 02/02: Merge branch 'wip-lisp' into staging
Date: Wed, 23 Sep 2020 09:04:26 -0400 (EDT)

glv pushed a commit to branch staging
in repository guix.

commit 1828958db52d0019a7f3d763b07e64f78afa2cbf
Merge: 7e463dd 2374443
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Sep 23 14:53:44 2020 +0200

    Merge branch 'wip-lisp' into staging

 Makefile.am                                        |    1 -
 doc/contributing.texi                              |   15 +
 doc/guix-cookbook.texi                             |  242 +
 doc/guix.texi                                      |   40 +-
 etc/completion/bash/guix                           |   30 +-
 etc/guix-install.sh                                |    2 +-
 gnu/bootloader/grub.scm                            |   10 +-
 gnu/build/file-systems.scm                         |    3 +-
 gnu/build/linux-boot.scm                           |    5 +-
 gnu/build/linux-container.scm                      |    4 +-
 gnu/installer/final.scm                            |   19 +-
 gnu/local.mk                                       |    5 +-
 gnu/machine/ssh.scm                                |    2 +
 gnu/packages/admin.scm                             |    8 +-
 gnu/packages/android.scm                           |   35 +-
 gnu/packages/assembly.scm                          |    4 +-
 gnu/packages/astronomy.scm                         |    4 +-
 gnu/packages/audio.scm                             |   40 +-
 gnu/packages/backup.scm                            |    4 +-
 gnu/packages/bioconductor.scm                      |   88 +
 gnu/packages/bioinformatics.scm                    |  254 +-
 gnu/packages/bittorrent.scm                        |   66 +-
 gnu/packages/ci.scm                                |    6 +-
 gnu/packages/commencement.scm                      |    6 +
 gnu/packages/coq.scm                               |   22 +-
 gnu/packages/cpp.scm                               |   35 +-
 gnu/packages/cran.scm                              | 1428 +++++
 gnu/packages/ebook.scm                             |   23 +
 gnu/packages/education.scm                         |    4 +-
 gnu/packages/emacs-xyz.scm                         |  112 +-
 gnu/packages/embedded.scm                          |   49 +
 gnu/packages/engineering.scm                       |   45 +
 gnu/packages/enlightenment.scm                     |    6 +-
 gnu/packages/fonts.scm                             |   16 +-
 gnu/packages/freeipmi.scm                          |    6 +-
 gnu/packages/game-development.scm                  |   43 +-
 gnu/packages/games.scm                             |   33 +-
 gnu/packages/genimage.scm                          |    5 +-
 gnu/packages/gnome.scm                             |    8 +-
 gnu/packages/gnupg.scm                             |   10 +-
 gnu/packages/golang.scm                            |   29 +-
 gnu/packages/graph.scm                             |   57 -
 gnu/packages/guile-xyz.scm                         |  349 +-
 gnu/packages/haskell-apps.scm                      |   17 +-
 gnu/packages/haskell-web.scm                       |   36 +
 gnu/packages/haskell-xyz.scm                       |   26 +-
 gnu/packages/kde-frameworks.scm                    |   59 +
 gnu/packages/kde-multimedia.scm                    |    5 +-
 gnu/packages/language.scm                          |   47 +
 gnu/packages/libreoffice.scm                       |    4 +-
 gnu/packages/linux.scm                             |  119 +-
 gnu/packages/lisp-xyz.scm                          | 6247 +++++---------------
 gnu/packages/lisp.scm                              |   58 +-
 gnu/packages/loko.scm                              |   86 +
 gnu/packages/lxqt.scm                              |   13 +-
 gnu/packages/machine-learning.scm                  |   36 -
 gnu/packages/mail.scm                              |   22 +-
 gnu/packages/maths.scm                             |    4 +-
 gnu/packages/messaging.scm                         |   97 +-
 gnu/packages/moreutils.scm                         |    7 +-
 gnu/packages/mp3.scm                               |   15 +-
 gnu/packages/music.scm                             |  227 +-
 gnu/packages/networking.scm                        |   54 +-
 gnu/packages/node.scm                              |   25 +-
 gnu/packages/package-management.scm                |   18 +-
 gnu/packages/password-utils.scm                    |    4 +-
 gnu/packages/patches/genimage-signedness.patch     |   24 +
 .../patches/sbcl-graph-asdf-definitions.patch      |   70 -
 gnu/packages/pdf.scm                               |    8 +
 gnu/packages/phabricator.scm                       |   66 +-
 gnu/packages/piet.scm                              |   70 +
 gnu/packages/pretty-print.scm                      |    4 +-
 gnu/packages/python-check.scm                      |   43 +
 gnu/packages/python-crypto.scm                     |   24 +
 gnu/packages/python-web.scm                        |  301 +-
 gnu/packages/python-xyz.scm                        |  193 +-
 gnu/packages/rust-apps.scm                         |   45 +
 gnu/packages/rust.scm                              |    4 +
 gnu/packages/shells.scm                            |    4 +-
 gnu/packages/statistics.scm                        |    4 +-
 gnu/packages/syndication.scm                       |   10 +-
 gnu/packages/tex.scm                               |   39 +
 gnu/packages/version-control.scm                   |   76 +-
 gnu/packages/video.scm                             |   24 +-
 gnu/packages/vpn.scm                               |    8 +-
 gnu/packages/web-browsers.scm                      |   72 +-
 gnu/packages/web.scm                               |   15 +-
 gnu/packages/wm.scm                                |   29 +-
 gnu/services/mail.scm                              |  122 +-
 gnu/services/web.scm                               |   10 +-
 gnu/system.scm                                     |   12 +-
 gnu/tests/base.scm                                 |   11 +-
 gnu/tests/install.scm                              |    5 +-
 gnu/tests/nfs.scm                                  |  152 +-
 guix/android-repo-download.scm                     |    5 +-
 guix/build-system/asdf.scm                         |   31 +-
 guix/build/asdf-build-system.scm                   |  177 +-
 guix/build/lisp-utils.scm                          |  245 +-
 guix/ci.scm                                        |    1 -
 guix/cve.scm                                       |    1 -
 guix/git-download.scm                              |    4 +-
 guix/git.scm                                       |    1 +
 guix/import/cpan.scm                               |    1 -
 guix/import/crate.scm                              |    1 -
 guix/import/gem.scm                                |    2 +-
 guix/import/pypi.scm                               |    2 +-
 guix/json.scm                                      |   83 -
 guix/nar.scm                                       |   15 +-
 guix/scripts.scm                                   |   62 +-
 guix/scripts/archive.scm                           |    5 +-
 guix/scripts/authenticate.scm                      |   62 +-
 guix/scripts/build.scm                             |    5 +-
 guix/scripts/challenge.scm                         |    5 +-
 guix/scripts/container.scm                         |    6 +-
 guix/scripts/copy.scm                              |    5 +-
 guix/scripts/deploy.scm                            |    3 +-
 guix/scripts/describe.scm                          |    3 +-
 guix/scripts/download.scm                          |    5 +-
 guix/scripts/edit.scm                              |    7 +-
 guix/scripts/environment.scm                       |    5 +-
 guix/scripts/gc.scm                                |    4 +-
 guix/scripts/git.scm                               |    6 +-
 guix/scripts/graph.scm                             |    5 +-
 guix/scripts/hash.scm                              |    5 +-
 guix/scripts/import.scm                            |    8 +-
 guix/scripts/install.scm                           |    6 +-
 guix/scripts/lint.scm                              |    5 +-
 guix/scripts/offload.scm                           |    6 +-
 guix/scripts/pack.scm                              |    5 +-
 guix/scripts/package.scm                           |    4 +-
 guix/scripts/perform-download.scm                  |   18 +-
 guix/scripts/processes.scm                         |    4 +-
 guix/scripts/publish.scm                           |    5 +-
 guix/scripts/pull.scm                              |    4 +-
 guix/scripts/refresh.scm                           |    7 +-
 guix/scripts/remove.scm                            |    6 +-
 guix/scripts/repl.scm                              |    5 +-
 guix/scripts/search.scm                            |    6 +-
 guix/scripts/show.scm                              |    4 +-
 guix/scripts/size.scm                              |    7 +-
 guix/scripts/substitute.scm                        |    7 +-
 guix/scripts/system.scm                            |   11 +-
 guix/scripts/time-machine.scm                      |    4 +-
 guix/scripts/upgrade.scm                           |    6 +-
 guix/scripts/weather.scm                           |    4 +-
 guix/self.scm                                      |    2 +-
 guix/swh.scm                                       |    1 -
 guix/ui.scm                                        |  131 +-
 m4/guix.m4                                         |   19 +-
 nix/libstore/local-store.cc                        |   19 +-
 tests/guix-authenticate.sh                         |   54 +-
 tests/store.scm                                    |   72 +
 152 files changed, 6580 insertions(+), 6456 deletions(-)



reply via email to

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