guix-commits
[Top][All Lists]
Advanced

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

01/01: Merge branch 'master' into staging


From: guix-commits
Subject: 01/01: Merge branch 'master' into staging
Date: Sat, 26 Nov 2022 09:43:23 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit fe99fe84f0fe5b4cd97768c6dbb60a07404f24a1
Merge: 2e68be4ca8 c457c715a8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Nov 26 15:39:18 2022 +0100

    Merge branch 'master' into staging

 NEWS                                               |    3 +-
 doc/guix-cookbook.texi                             |   62 +
 doc/guix.texi                                      |   45 +-
 gnu/build/file-systems.scm                         |    2 +-
 gnu/installer/services.scm                         |   21 +-
 gnu/local.mk                                       |   12 +-
 gnu/packages/astronomy.scm                         |  466 ++++-
 gnu/packages/audio.scm                             |    3 +-
 gnu/packages/backup.scm                            |    2 +-
 gnu/packages/base.scm                              |   14 +-
 gnu/packages/bioconductor.scm                      | 2180 +++++++++++--------
 gnu/packages/bioinformatics.scm                    |   37 +
 gnu/packages/bqn.scm                               |   10 +-
 gnu/packages/calendar.scm                          |   37 +
 gnu/packages/ci.scm                                |    6 +-
 gnu/packages/cluster.scm                           |    2 +-
 gnu/packages/cran.scm                              |  163 +-
 gnu/packages/databases.scm                         |   25 +-
 gnu/packages/debug.scm                             |    4 +-
 gnu/packages/disk.scm                              |   41 +
 gnu/packages/dns.scm                               |    4 +-
 gnu/packages/docker.scm                            |    2 +-
 gnu/packages/education.scm                         |    1 -
 gnu/packages/emacs-xyz.scm                         |  576 ++++-
 gnu/packages/engineering.scm                       |    6 +-
 gnu/packages/finance.scm                           |   37 +-
 gnu/packages/firmware.scm                          |   41 +-
 gnu/packages/fonts.scm                             |   26 +-
 gnu/packages/freedesktop.scm                       |  189 +-
 gnu/packages/games.scm                             |   12 +-
 gnu/packages/gettext.scm                           |   10 +-
 gnu/packages/gl.scm                                |   35 +-
 gnu/packages/glib.scm                              |   56 +
 gnu/packages/gnome-xyz.scm                         |   54 +
 gnu/packages/gnome.scm                             |   81 +-
 gnu/packages/gnupg.scm                             |   23 +
 gnu/packages/golang.scm                            |   95 +
 gnu/packages/gstreamer.scm                         |    8 +
 gnu/packages/gtk.scm                               |   38 +
 gnu/packages/guile-xyz.scm                         |    2 +-
 gnu/packages/heads.scm                             |    1 +
 gnu/packages/kde-frameworks.scm                    |  664 +++---
 gnu/packages/kde-pim.scm                           |  494 ++++-
 gnu/packages/kde-plasma.scm                        | 2194 +++++++++++++++++++-
 gnu/packages/kde-utils.scm                         |  628 ++++++
 gnu/packages/kde.scm                               |  314 ++-
 gnu/packages/linux.scm                             |  299 +--
 gnu/packages/lisp-check.scm                        |  125 +-
 gnu/packages/lisp-xyz.scm                          |  572 ++++-
 gnu/packages/llvm.scm                              |   18 +-
 gnu/packages/machine-learning.scm                  |   14 +-
 gnu/packages/mail.scm                              |    2 +-
 gnu/packages/mate.scm                              |   87 +-
 gnu/packages/maths.scm                             |  250 ++-
 gnu/packages/mpd.scm                               |   46 +-
 gnu/packages/music.scm                             |   37 +-
 gnu/packages/networking.scm                        |   21 +-
 gnu/packages/nickle.scm                            |    4 +-
 gnu/packages/password-utils.scm                    |   40 +
 .../patches/ecl-16-format-directive-limit.patch    |   83 -
 .../patches/ecl-16-ignore-stderr-write-error.patch |   17 -
 gnu/packages/patches/ecl-16-libffi.patch           |   16 -
 .../patches/kcontacts-incorrect-country-name.patch |   85 +
 .../patches/kde-cli-tools-delay-mime-db.patch      |   26 +
 ...libksysguard-qdiriterator-follow-symlinks.patch |   24 +
 .../patches/linux-libre-infodocs-target.patch      |   88 +
 .../patches/nautilus-extension-search-path.patch   |   75 +
 .../patches/wacomtablet-add-missing-includes.patch |   11 +
 gnu/packages/patches/wacomtablet-qt5.15.patch      |   23 +
 gnu/packages/perl.scm                              |    4 +-
 gnu/packages/protobuf.scm                          |    2 +-
 gnu/packages/python-compression.scm                |  166 +-
 gnu/packages/python-web.scm                        |   59 +
 gnu/packages/python-xyz.scm                        |   92 +-
 gnu/packages/qt.scm                                |  526 ++++-
 gnu/packages/radio.scm                             |   24 +-
 gnu/packages/sagemath.scm                          |   21 -
 gnu/packages/security-token.scm                    |   22 +-
 gnu/packages/serialization.scm                     |   21 -
 gnu/packages/statistics.scm                        |  129 +-
 gnu/packages/tex.scm                               |   41 +
 gnu/packages/text-editors.scm                      |   35 +
 gnu/packages/tls.scm                               |   41 -
 gnu/packages/video.scm                             |    1 +
 gnu/packages/web-browsers.scm                      |    4 +-
 gnu/packages/web.scm                               |    4 +-
 gnu/packages/xdisorg.scm                           |    6 +-
 gnu/packages/xfce.scm                              |    8 +-
 gnu/packages/xorg.scm                              |    2 +-
 guix/build-system/r.scm                            |    2 +-
 guix/build/syscalls.scm                            |    2 +
 guix/import/cran.scm                               |    4 +-
 guix/inferior.scm                                  |   12 +-
 guix/licenses.scm                                  |    6 +
 guix/packages.scm                                  |    4 +-
 guix/scripts/offload.scm                           |   40 +-
 guix/scripts/style.scm                             |   16 +-
 guix/scripts/system/reconfigure.scm                |   20 +-
 98 files changed, 9579 insertions(+), 2424 deletions(-)

diff --cc gnu/local.mk
index bd8d391b05,7278c50e4f..08feab3e01
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@@ -1481,9 -1481,9 +1481,10 @@@ dist_patch_DATA =                              
                
    %D%/packages/patches/lierolibre-newer-libconfig.patch               \
    %D%/packages/patches/lierolibre-remove-arch-warning.patch   \
    %D%/packages/patches/lierolibre-try-building-other-arch.patch       \
 +  %D%/packages/patches/libcdio-glibc-compat.patch             \
    %D%/packages/patches/linbox-fix-pkgconfig.patch             \
-   %D%/packages/patches/linphone-desktop-without-sdk.patch           \
+   %D%/packages/patches/linphone-desktop-without-sdk.patch     \
+   %D%/packages/patches/linux-libre-infodocs-target.patch      \
    %D%/packages/patches/linux-libre-support-for-Pinebook-Pro.patch \
    %D%/packages/patches/linux-pam-no-setfsuid.patch            \
    %D%/packages/patches/linuxdcpp-openssl-1.1.patch            \



reply via email to

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