guix-commits
[Top][All Lists]
Advanced

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

01/01: Merge remote-tracking branch 'origin/master' into core-updates


From: guix-commits
Subject: 01/01: Merge remote-tracking branch 'origin/master' into core-updates
Date: Sat, 22 Apr 2023 04:23:36 -0400 (EDT)

andreas pushed a commit to branch core-updates
in repository guix.

commit d1252b597d8b6c77746da7b7417d958f00d01dc6
Merge: 3f7ae420d8 040d35f088
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sat Apr 22 09:21:22 2023 +0200

    Merge remote-tracking branch 'origin/master' into core-updates

 doc/guix.texi                                    |  47 +++-
 gnu/home/services/ssh.scm                        |  65 ++++-
 gnu/local.mk                                     |   1 +
 gnu/packages/bioinformatics.scm                  | 331 +++++++++++++----------
 gnu/packages/emacs-xyz.scm                       |  57 +++-
 gnu/packages/engineering.scm                     |  14 +-
 gnu/packages/games.scm                           |  51 ++++
 gnu/packages/gnome.scm                           |   8 +-
 gnu/packages/guile-xyz.scm                       |   6 +-
 gnu/packages/linux.scm                           |  30 +-
 gnu/packages/lxqt.scm                            |  10 +-
 gnu/packages/mpd.scm                             |   4 +-
 gnu/packages/networking.scm                      |   4 +-
 gnu/packages/parallel.scm                        |  29 ++
 gnu/packages/patches/clog-fix-shared-build.patch |  85 ++++++
 gnu/packages/pretty-print.scm                    |   4 +-
 gnu/packages/python-crypto.scm                   |   1 +
 gnu/packages/text-editors.scm                    |   5 +-
 gnu/packages/web-browsers.scm                    |  94 +++----
 gnu/packages/wm.scm                              |   8 +-
 gnu/services/base.scm                            | 134 +++++----
 gnu/services/databases.scm                       |  14 +-
 gnu/services/dns.scm                             |   1 +
 gnu/services/herd.scm                            |  12 +-
 gnu/services/rsync.scm                           |   8 +-
 gnu/tests.scm                                    | 112 ++++----
 gnu/tests/base.scm                               |   2 +-
 gnu/tests/install.scm                            |   4 +-
 guix/packages.scm                                |  11 +-
 tests/guix-archive.sh                            |   8 +-
 tests/guix-build-branch.sh                       |   4 +-
 tests/guix-build.sh                              |  22 +-
 tests/guix-daemon.sh                             |   2 +-
 tests/guix-download.sh                           |  10 +-
 tests/guix-environment-container.sh              |   7 +-
 tests/guix-environment.sh                        |   6 +-
 tests/guix-gc.sh                                 |  18 +-
 tests/guix-git-authenticate.sh                   |   8 +-
 tests/guix-graph.sh                              |   6 +-
 tests/guix-hash.sh                               |  11 +-
 tests/guix-home.sh                               |  14 +-
 tests/guix-pack-relocatable.sh                   |   2 +-
 tests/guix-pack.sh                               |   4 +-
 tests/guix-package-aliases.sh                    |  12 +-
 tests/guix-package-net.sh                        |  22 +-
 tests/guix-package.sh                            |  46 ++--
 tests/guix-refresh.sh                            |   6 +-
 tests/guix-shell.sh                              |  10 +-
 tests/guix-style.sh                              |   6 +-
 tests/guix-system.sh                             |   2 +-
 50 files changed, 884 insertions(+), 494 deletions(-)

diff --cc gnu/local.mk
index b7af7726e8,b631fa6d5a..f0d129b493
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@@ -999,7 -1002,9 +999,8 @@@ dist_patch_DATA =                                 
        
    %D%/packages/patches/classpath-aarch64-support.patch                \
    %D%/packages/patches/classpath-miscompilation.patch         \
    %D%/packages/patches/cling-use-shared-library.patch         \
+   %D%/packages/patches/clog-fix-shared-build.patch            \
    %D%/packages/patches/clucene-pkgconfig.patch                        \
 -  %D%/packages/patches/cmake-curl-certificates.patch          \
    %D%/packages/patches/cmake-curl-certificates-3.24.patch     \
    %D%/packages/patches/coda-use-system-libs.patch             \
    %D%/packages/patches/collectd-5.11.0-noinstallvar.patch             \



reply via email to

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