guix-commits
[Top][All Lists]
Advanced

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

01/01: Merge branch 'staging' into core-updates.


From: guix-commits
Subject: 01/01: Merge branch 'staging' into core-updates.
Date: Wed, 26 Jan 2022 00:06:53 -0500 (EST)

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

commit 0d41fe4855588fb659b8adafe215d5573517a79b
Merge: 7c57821c68 1a5302435f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jan 25 23:36:11 2022 -0500

    Merge branch 'staging' into core-updates.
    
    With "conflicts" resolved in (mostly in favor of master/staging):
            gnu/packages/admin.scm
            gnu/packages/gnuzilla.scm
            gnu/packages/gtk.scm
            gnu/packages/kerberos.scm
            gnu/packages/linux.scm
            guix/lint.scm

 .guix-authorizations                               |    28 +-
 .mailmap                                           |     1 +
 Makefile.am                                        |    28 +-
 build-aux/test-env.in                              |     6 +-
 configure.ac                                       |     3 +
 doc/build.scm                                      |   606 +-
 doc/contributing.texi                              |    20 +-
 doc/environment-gdb.scm                            |     9 +-
 doc/guix-cookbook.texi                             |    62 +-
 doc/guix.texi                                      |  1143 +-
 doc/local.mk                                       |     6 +-
 etc/committer.scm.in                               |     7 +-
 etc/completion/bash/guix                           |     6 +-
 etc/guix-daemon.cil.in                             |     3 +
 etc/indent-code.el                                 |   120 -
 etc/news.scm                                       |   130 +-
 .../text-mode/guix-commit-message-update-package   |     2 +-
 gnu/bootloader/grub.scm                            |    56 +-
 gnu/build/accounts.scm                             |     8 +-
 gnu/build/chromium-extension.scm                   |     4 +-
 gnu/build/image.scm                                |    39 +-
 gnu/build/linux-container.scm                      |     3 +-
 gnu/build/marionette.scm                           |    14 +-
 gnu/build/vm.scm                                   |   500 -
 gnu/ci.scm                                         |    43 +-
 gnu/home.scm                                       |    10 +
 gnu/home/services.scm                              |    66 +-
 gnu/home/services/symlink-manager.scm              |    42 +-
 gnu/image.scm                                      |     6 +
 gnu/installer.scm                                  |     3 +-
 gnu/installer/final.scm                            |    61 +-
 gnu/installer/newt/network.scm                     |    21 +-
 gnu/installer/newt/partition.scm                   |     9 +-
 gnu/installer/newt/services.scm                    |    41 +-
 gnu/installer/parted.scm                           |    47 +-
 gnu/installer/services.scm                         |    12 +
 gnu/installer/tests.scm                            |    11 +-
 gnu/installer/utils.scm                            |    18 +-
 gnu/local.mk                                       |    85 +-
 gnu/machine/ssh.scm                                |    78 +-
 gnu/packages.scm                                   |     3 +-
 gnu/packages/accessibility.scm                     |   104 +-
 gnu/packages/admin.scm                             |   371 +-
 gnu/packages/algebra.scm                           |   135 +-
 gnu/packages/android.scm                           |   235 +-
 gnu/packages/aspell.scm                            |     7 +-
 gnu/packages/assembly.scm                          |     4 +-
 gnu/packages/astronomy.scm                         |   252 +-
 gnu/packages/audio.scm                             |   367 +-
 gnu/packages/authentication.scm                    |    80 +-
 gnu/packages/autotools.scm                         |    69 +-
 gnu/packages/aux-files/linux-libre/5.15-i686.conf  |     6 +-
 .../aux-files/linux-libre/5.15-x86_64.conf         |     6 +-
 gnu/packages/aux-files/python/sitecustomize.py     |    22 +-
 gnu/packages/aux-files/renpy/renpy.in              |    48 +
 gnu/packages/avahi.scm                             |    31 +-
 gnu/packages/axoloti.scm                           |    13 +-
 gnu/packages/backup.scm                            |   164 +-
 gnu/packages/base.scm                              |    50 +-
 gnu/packages/bash.scm                              |    17 +
 gnu/packages/benchmark.scm                         |    65 +-
 gnu/packages/bioconductor.scm                      |   235 +-
 gnu/packages/bioinformatics.scm                    |   482 +-
 gnu/packages/bittorrent.scm                        |   135 +-
 gnu/packages/bootloaders.scm                       |    16 +-
 gnu/packages/bootstrap.scm                         |   112 +-
 gnu/packages/browser-extensions.scm                |     7 +-
 gnu/packages/build-tools.scm                       |    52 +-
 gnu/packages/busybox.scm                           |    60 +-
 gnu/packages/c.scm                                 |    44 +-
 gnu/packages/cdrom.scm                             |     8 +-
 gnu/packages/check.scm                             |   188 +-
 gnu/packages/chez.scm                              |    25 +-
 gnu/packages/chromium.scm                          |   830 +-
 gnu/packages/ci.scm                                |    43 +-
 gnu/packages/clojure.scm                           |   254 +-
 gnu/packages/cmake.scm                             |     4 +-
 gnu/packages/cobol.scm                             |     2 +-
 gnu/packages/code.scm                              |   145 +-
 gnu/packages/commencement.scm                      |    58 +-
 gnu/packages/compression.scm                       |    58 +-
 gnu/packages/containers.scm                        |   346 +
 gnu/packages/coq.scm                               |     4 +-
 gnu/packages/cpp.scm                               |   150 +-
 gnu/packages/cran.scm                              |  1275 +-
 gnu/packages/crates-graphics.scm                   |   213 +-
 gnu/packages/crates-gtk.scm                        |   875 +-
 gnu/packages/crates-io.scm                         |  9751 ++++++-
 gnu/packages/crypto.scm                            |    37 +-
 gnu/packages/cryptsetup.scm                        |     4 +-
 gnu/packages/cups.scm                              |     9 -
 gnu/packages/curl.scm                              |    28 +
 gnu/packages/cybersecurity.scm                     |    67 +
 gnu/packages/databases.scm                         |   454 +-
 gnu/packages/datamash.scm                          |   104 +-
 gnu/packages/datastructures.scm                    |     4 +-
 gnu/packages/debian.scm                            |     6 +-
 gnu/packages/debug.scm                             |    15 +-
 gnu/packages/diffoscope.scm                        |     5 +-
 gnu/packages/digest.scm                            |    36 +-
 gnu/packages/direct-connect.scm                    |    18 +-
 gnu/packages/disk.scm                              |    62 +-
 gnu/packages/display-managers.scm                  |    63 +
 gnu/packages/django.scm                            |    79 +-
 gnu/packages/dns.scm                               |   250 +-
 gnu/packages/docker.scm                            |     8 +-
 gnu/packages/easyrpg.scm                           |    13 +-
 gnu/packages/ebook.scm                             |     7 +-
 gnu/packages/education.scm                         |    34 +-
 gnu/packages/electronics.scm                       |   164 +-
 gnu/packages/emacs-xyz.scm                         |  1308 +-
 gnu/packages/emacs.scm                             |    11 +-
 gnu/packages/embedded.scm                          |    70 +-
 gnu/packages/emulators.scm                         |   542 +-
 gnu/packages/engineering.scm                       |   141 +-
 gnu/packages/enlightenment.scm                     |    96 +-
 gnu/packages/file-systems.scm                      |   223 +-
 gnu/packages/finance.scm                           |    69 +-
 gnu/packages/firmware.scm                          |   130 +-
 gnu/packages/fonts.scm                             |   248 +-
 gnu/packages/fpga.scm                              |    11 +-
 gnu/packages/freedesktop.scm                       |   117 +-
 gnu/packages/game-development.scm                  |   252 +-
 gnu/packages/games.scm                             |   512 +-
 gnu/packages/gawk.scm                              |    28 +
 gnu/packages/gcc.scm                               |    31 +-
 gnu/packages/geo.scm                               |    85 +-
 gnu/packages/gettext.scm                           |   121 +-
 gnu/packages/gimp.scm                              |    36 +-
 gnu/packages/gl.scm                                |    14 +-
 gnu/packages/glib.scm                              |    55 +-
 gnu/packages/gnome-xyz.scm                         |   346 +-
 gnu/packages/gnome.scm                             |  1222 +-
 gnu/packages/gnupg.scm                             |   146 +-
 gnu/packages/gnuzilla.scm                          |    45 +-
 gnu/packages/golang.scm                            |   779 +-
 gnu/packages/gps.scm                               |     9 +-
 gnu/packages/graph.scm                             |   145 +-
 gnu/packages/graphics.scm                          |   238 +-
 gnu/packages/graphviz.scm                          |    14 +-
 gnu/packages/gstreamer.scm                         |     1 -
 gnu/packages/gtk.scm                               |    33 +-
 gnu/packages/guile-xyz.scm                         |   158 +-
 gnu/packages/guile.scm                             |    42 +-
 gnu/packages/hardware.scm                          |   194 +-
 gnu/packages/haskell-apps.scm                      |     4 +-
 gnu/packages/haskell-check.scm                     |    46 +
 gnu/packages/haskell-web.scm                       |     2 +-
 gnu/packages/haskell-xyz.scm                       |    83 +-
 gnu/packages/icu4c.scm                             |    29 +-
 gnu/packages/image-processing.scm                  |   164 +-
 gnu/packages/image-viewers.scm                     |     6 +-
 gnu/packages/image.scm                             |    57 +-
 gnu/packages/installers.scm                        |     2 +-
 gnu/packages/instrumentation.scm                   |   148 +-
 gnu/packages/ipfs.scm                              |    15 +-
 gnu/packages/irc.scm                               |   191 +-
 gnu/packages/jami.scm                              |   425 +-
 gnu/packages/java.scm                              |  1191 +-
 gnu/packages/javascript.scm                        |     2 +-
 gnu/packages/julia-xyz.scm                         |   700 +-
 gnu/packages/jupyter.scm                           |    17 +-
 gnu/packages/kde-multimedia.scm                    |    64 +
 gnu/packages/kde-pim.scm                           |     2 +-
 gnu/packages/kde.scm                               |    83 +-
 gnu/packages/kerberos.scm                          |    46 +-
 gnu/packages/libffi.scm                            |    14 +-
 gnu/packages/libusb.scm                            |    16 +-
 gnu/packages/license.scm                           |     5 +-
 gnu/packages/linux.scm                             |  1102 +-
 gnu/packages/lisp-xyz.scm                          |   335 +-
 gnu/packages/lisp.scm                              |    71 +-
 gnu/packages/llvm.scm                              |   394 +-
 gnu/packages/logging.scm                           |   159 +-
 gnu/packages/lua.scm                               |    15 +
 gnu/packages/lxde.scm                              |     4 +-
 gnu/packages/machine-learning.scm                  |   245 +-
 gnu/packages/mail.scm                              |   371 +-
 gnu/packages/man.scm                               |   139 +-
 gnu/packages/markup.scm                            |   181 +-
 gnu/packages/mastodon.scm                          |    45 +-
 gnu/packages/maths.scm                             |   542 +-
 gnu/packages/matrix.scm                            |    20 +-
 gnu/packages/maven.scm                             |   101 +-
 gnu/packages/messaging.scm                         |   276 +-
 gnu/packages/minetest.scm                          |    40 +-
 gnu/packages/monitoring.scm                        |     2 +-
 gnu/packages/moreutils.scm                         |    39 +-
 gnu/packages/mp3.scm                               |     5 +-
 gnu/packages/mpi.scm                               |    39 +-
 gnu/packages/mtools.scm                            |     4 +-
 gnu/packages/music.scm                             |   349 +-
 gnu/packages/myrddin.scm                           |    65 +
 gnu/packages/networking.scm                        |   256 +-
 gnu/packages/nim.scm                               |     5 +-
 gnu/packages/node-xyz.scm                          |   935 +-
 gnu/packages/node.scm                              |   280 +-
 gnu/packages/notcurses.scm                         |    77 +
 gnu/packages/nss.scm                               |     4 +-
 gnu/packages/ocaml.scm                             |   199 +-
 gnu/packages/openldap.scm                          |    65 +-
 gnu/packages/openstack.scm                         |    95 +-
 gnu/packages/orange.scm                            |    35 +-
 gnu/packages/package-management.scm                |   483 +-
 gnu/packages/pantheon.scm                          |    27 +-
 gnu/packages/parallel.scm                          |     6 +-
 gnu/packages/password-utils.scm                    |    51 +-
 gnu/packages/patches/audacity-add-include.patch    |    15 -
 .../audacity-build-with-system-portaudio.patch     |    62 -
 .../patches/behave-skip-a-couple-of-tests.patch    |   462 -
 .../bind-re-add-attr-constructor-priority.patch    |     2 +-
 gnu/packages/patches/binutils-CVE-2021-45078.patch |   257 +
 gnu/packages/patches/blender-2.79-gcc8.patch       |    36 -
 gnu/packages/patches/blender-2.79-gcc9.patch       |    53 -
 .../patches/blender-2.79-newer-ffmpeg.patch        |    80 -
 gnu/packages/patches/blender-2.79-oiio2.patch      |   284 -
 .../patches/blender-2.79-python-3.7-fix.patch      |    43 -
 .../patches/blender-2.79-python-3.8-fix.patch      |   204 -
 .../patches/bubblewrap-fix-locale-in-tests.patch   |    34 +
 gnu/packages/patches/calibre-fix-zeroconf.patch    |    38 +
 .../chez-scheme-build-util-paths-backport.patch    |   780 -
 .../patches/clang-13.0-libc-search-path.patch      |    96 +
 gnu/packages/patches/cool-retro-term-wctype.patch  |    13 +
 .../dealii-fix-compiliation-with-boost-1.78.patch  |    40 +
 gnu/packages/patches/dealii-fix-sundials.patch     |    60 +
 .../patches/dune-istl-2.7-fix-non-mpi-tests.patch  |    82 -
 .../patches/enlightenment-fix-setuid-path.patch    |    33 +-
 .../patches/eog-update-libportal-usage.patch       |    40 +
 .../patches/epiphany-update-libportal-usage.patch  |    53 +
 gnu/packages/patches/fifengine-boost-compat.patch  |    17 +
 .../patches/gnome-builder-update-libportal.patch   |    93 +
 .../patches/gnome-control-center-libexecdir.patch  |    58 +
 gnu/packages/patches/gnome-todo-libportal.patch    |    54 +
 gnu/packages/patches/gpaste-fix-paths.patch        |    24 +
 gnu/packages/patches/gtk-introspection-test.patch  |    22 +
 gnu/packages/patches/htslib-for-stringtie.patch    |    26 +
 gnu/packages/patches/hueplusplus-mbedtls.patch     |    20 +
 .../icedtea-6-extend-hotspot-aarch64-support.patch |  1831 --
 gnu/packages/patches/jacal-fix-texinfo.patch       |    92 -
 gnu/packages/patches/jami-fix-crash-on-quit.patch  |    34 +
 .../patches/libsequoia-fix-ffi-Makefile.patch      |    32 +
 gnu/packages/patches/libsequoia-remove-store.patch |   432 +
 .../patches/libsigrokdecode-python3.9-fix.patch    |    19 +
 gnu/packages/patches/libtool-skip-tests2.patch     |     8 +-
 gnu/packages/patches/linuxdcpp-openssl-1.1.patch   |    26 +
 gnu/packages/patches/lua-5.4-liblua-so.patch       |    33 +
 gnu/packages/patches/lua-5.4-pkgconfig.patch       |   110 +
 .../patches/nautilus-add-libportal-gtk3.patch      |    61 +
 gnu/packages/patches/nix-dont-build-html-doc.diff  |    26 +
 .../opencv-fix-build-of-grfmt_jpeg2000.cpp.patch   |    39 -
 .../patches/opencv-rgbd-aarch64-test-fix.patch     |    40 -
 .../patches/openrgb-unbundle-hueplusplus.patch     |    58 +
 .../patches/password-store-tree-compat.patch       |    29 +
 .../passwordsafe-meson-remove-extra-argument.patch |    20 +
 .../pjproject-correct-the-cflags-field.patch       |   121 -
 .../patches/pjproject-fix-pkg-config-ldflags.patch |    79 -
 .../patches/pjproject-install-libpjsua2.patch      |    19 +
 .../patches/ppsspp-disable-upgrade-and-gold.patch  |   234 +-
 gnu/packages/patches/pulseview-glib-2.68.patch     |    54 +
 gnu/packages/patches/python-pdoc3-tests.patch      |    42 +
 .../python-piexif-fix-tests-with-pillow-7.2.patch  |    44 +
 .../patches/python-pydot-regression-test.patch     |    79 -
 gnu/packages/patches/qemu-CVE-2021-20203.patch     |   172 -
 gnu/packages/patches/quassel-qt-514-compat.patch   |   130 -
 .../patches/r-httpuv-1.5.5-unvendor-libuv.patch    |    34 +-
 gnu/packages/patches/ragel-char-signedness.patch   |    42 +
 gnu/packages/patches/shadow-hurd-pctrl.patch       |    16 -
 gnu/packages/patches/sssd-fix-samba-4.15.3.patch   |   523 +
 .../patches/supertux-unbundle-squirrel.patch       |    17 +-
 gnu/packages/patches/tensorflow-c-api-fix.patch    |   312 +
 .../patches/tootle-glib-object-naming.patch        |    66 +
 gnu/packages/patches/tootle-reason-phrase.patch    |    48 +
 gnu/packages/patches/tremc-fix-decodestring.patch  |    25 +
 .../patches/ungoogled-chromium-system-ffmpeg.patch |    18 +
 .../widelands-add-missing-map-include.patch        |    28 +
 .../patches/wpa-supplicant-CVE-2021-27803.patch    |    50 -
 .../patches/wpa-supplicant-CVE-2021-30004.patch    |   115 -
 .../xdg-desktop-portal-wlr-harcoded-length.patch   |    28 +
 .../patches/xgboost-use-system-dmlc-core.patch     |    53 +-
 .../patches/xmonad-next-dynamic-linking.patch      |    16 +
 gnu/packages/patches/xpra-4.2-install_libs.patch   |    29 +
 .../patches/zig-disable-libc-note-test.patch       |    30 +-
 gnu/packages/patches/zig-use-system-paths.patch    |   257 +-
 gnu/packages/patchutils.scm                        |     6 +-
 gnu/packages/pciutils.scm                          |     7 +-
 gnu/packages/pdf.scm                               |    12 +-
 gnu/packages/perl.scm                              |    55 +-
 gnu/packages/perl6.scm                             |     2 +-
 gnu/packages/phabricator.scm                       |     8 +-
 gnu/packages/photo.scm                             |    93 +-
 gnu/packages/plotutils.scm                         |   120 +-
 gnu/packages/profiling.scm                         |   122 +-
 gnu/packages/protobuf.scm                          |     4 +-
 gnu/packages/pulseaudio.scm                        |     8 -
 gnu/packages/python-build.scm                      |    90 +-
 gnu/packages/python-check.scm                      |   201 +-
 gnu/packages/python-compression.scm                |    33 +
 gnu/packages/python-crypto.scm                     |   149 +-
 gnu/packages/python-science.scm                    |   116 +-
 gnu/packages/python-web.scm                        |   716 +-
 gnu/packages/python-xyz.scm                        |  2644 +-
 gnu/packages/python.scm                            |     5 +-
 gnu/packages/qt.scm                                |    16 +-
 gnu/packages/radio.scm                             |     4 +-
 gnu/packages/ragel.scm                             |    29 +-
 gnu/packages/rdf.scm                               |    92 +-
 gnu/packages/rrdtool.scm                           |     5 +-
 gnu/packages/rsync.scm                             |    43 +-
 gnu/packages/ruby.scm                              |     4 +-
 gnu/packages/rush.scm                              |     5 +-
 gnu/packages/rust-apps.scm                         |   384 +-
 gnu/packages/rust.scm                              |    59 +-
 gnu/packages/samba.scm                             |   141 +-
 gnu/packages/scanner.scm                           |   104 +-
 gnu/packages/scheme.scm                            |    11 +-
 gnu/packages/scribus.scm                           |    60 +-
 gnu/packages/search.scm                            |    37 +
 gnu/packages/security-token.scm                    |   104 +-
 gnu/packages/sequoia.scm                           |   632 +-
 gnu/packages/shells.scm                            |   943 +-
 gnu/packages/shellutils.scm                        |   116 +-
 gnu/packages/speech.scm                            |    22 +-
 gnu/packages/sphinx.scm                            |   158 +-
 gnu/packages/ssh.scm                               |     4 +-
 gnu/packages/sssd.scm                              |    22 +-
 gnu/packages/statistics.scm                        |   219 +-
 gnu/packages/storage.scm                           |    34 +-
 gnu/packages/suckless.scm                          |    66 +
 gnu/packages/sync.scm                              |     4 +-
 gnu/packages/syncthing.scm                         |    59 +-
 gnu/packages/syndication.scm                       |    13 +-
 gnu/packages/task-management.scm                   |     1 +
 gnu/packages/tbb.scm                               |    10 +-
 gnu/packages/tcl.scm                               |    51 +-
 gnu/packages/telegram.scm                          |    99 +-
 gnu/packages/telephony.scm                         |    18 +-
 gnu/packages/terminals.scm                         |    36 +-
 gnu/packages/tex.scm                               |   532 +-
 gnu/packages/texinfo.scm                           |    16 +-
 gnu/packages/text-editors.scm                      |    13 +-
 gnu/packages/textutils.scm                         |   117 +
 gnu/packages/time.scm                              |    64 +-
 gnu/packages/tls.scm                               |    51 +
 gnu/packages/toys.scm                              |    14 +-
 gnu/packages/tryton.scm                            |    92 +-
 gnu/packages/unicode.scm                           |    69 +-
 gnu/packages/version-control.scm                   |   106 +-
 gnu/packages/video.scm                             |   198 +-
 gnu/packages/vim.scm                               |    85 +-
 gnu/packages/virtualization.scm                    |   361 +-
 gnu/packages/vlang.scm                             |    36 +-
 gnu/packages/vnc.scm                               |   115 +-
 gnu/packages/web-browsers.scm                      |    76 +-
 gnu/packages/web.scm                               |   234 +-
 gnu/packages/webkit.scm                            |    19 +-
 gnu/packages/wget.scm                              |     1 +
 gnu/packages/wine.scm                              |    84 +-
 gnu/packages/wireservice.scm                       |    18 +-
 gnu/packages/wm.scm                                |   139 +-
 gnu/packages/wxwidgets.scm                         |    29 +-
 gnu/packages/xdisorg.scm                           |    96 +-
 gnu/packages/xfce.scm                              |    12 +-
 gnu/packages/xiph.scm                              |    35 +-
 gnu/packages/xml.scm                               |    25 +-
 gnu/packages/xorg.scm                              |   115 +-
 gnu/packages/zig.scm                               |     9 +-
 gnu/packages/zwave.scm                             |    64 +
 gnu/services/base.scm                              |    58 +-
 gnu/services/ci.scm                                |     4 +-
 gnu/services/dbus.scm                              |     4 +
 gnu/services/desktop.scm                           |    28 +-
 gnu/services/guix.scm                              |     2 +-
 gnu/services/networking.scm                        |     2 +
 gnu/services/nfs.scm                               |     4 +-
 gnu/services/pam-mount.scm                         |     2 +-
 gnu/services/rsync.scm                             |   170 +-
 gnu/services/telephony.scm                         |     8 +-
 gnu/services/vpn.scm                               |    13 +-
 gnu/services/xorg.scm                              |    10 +-
 gnu/system.scm                                     |     8 +-
 gnu/system/examples/desktop.tmpl                   |    36 +-
 gnu/system/examples/vm-image.tmpl                  |     6 +-
 gnu/system/image.scm                               |   125 +-
 gnu/system/linux-initrd.scm                        |     2 +-
 gnu/system/locale.scm                              |     2 +-
 gnu/system/pam.scm                                 |     4 +-
 gnu/system/vm.scm                                  |   564 +-
 gnu/tests/docker.scm                               |    51 +-
 gnu/tests/install.scm                              |     7 +-
 gnu/tests/nfs.scm                                  |   181 +-
 gnu/tests/reconfigure.scm                          |     4 +-
 gnu/tests/rsync.scm                                |    40 +-
 gnu/tests/telephony.scm                            |     4 +-
 guix/build-system/clojure.scm                      |     9 +-
 guix/build-system/cmake.scm                        |     3 +-
 guix/build-system/go.scm                           |    26 +-
 guix/build-system/guile.scm                        |     3 +-
 guix/build-system/linux-module.scm                 |    93 +-
 guix/build-system/meson.scm                        |    13 +
 guix/build-system/node.scm                         |     9 +-
 guix/build-system/qt.scm                           |     3 +-
 guix/build/clojure-build-system.scm                |    43 +-
 guix/build/clojure-utils.scm                       |    12 +-
 guix/build/compile.scm                             |    32 +-
 guix/build/gnu-build-system.scm                    |     2 +
 guix/build/go-build-system.scm                     |    26 +-
 guix/build/julia-build-system.scm                  |    33 +-
 guix/build/node-build-system.scm                   |   236 +-
 guix/build/syscalls.scm                            |     2 +
 guix/build/utils.scm                               |     8 +-
 guix/channels.scm                                  |     2 +
 guix/ci.scm                                        |     4 +-
 guix/combinators.scm                               |    50 +-
 guix/cpu.scm                                       |   143 +
 guix/git.scm                                       |    14 +-
 guix/hash.scm                                      |    73 +
 guix/import/cran.scm                               |    38 +-
 guix/import/elpa.scm                               |    53 +-
 guix/import/git.scm                                |    22 +-
 guix/import/github.scm                             |    52 +-
 guix/import/go.scm                                 |    85 +-
 guix/import/minetest.scm                           |    25 +-
 guix/import/texlive.scm                            |    61 +-
 guix/inferior.scm                                  |     6 +-
 guix/lint.scm                                      |     2 +-
 guix/packages.scm                                  |    10 +-
 guix/scripts/environment.scm                       |     7 +-
 guix/scripts/hash.scm                              |    31 +-
 guix/scripts/home.scm                              |     6 +-
 guix/scripts/home/import.scm                       |     4 +-
 guix/scripts/import/go.scm                         |    69 +-
 guix/scripts/import/texlive.scm                    |     4 +-
 guix/scripts/offload.scm                           |     5 +-
 guix/scripts/package.scm                           |     5 +-
 guix/scripts/refresh.scm                           |    10 +-
 guix/scripts/shell.scm                             |   161 +-
 guix/scripts/style.scm                             |   421 +-
 guix/scripts/substitute.scm                        |     2 +-
 guix/scripts/system.scm                            |    50 +-
 guix/self.scm                                      |     8 +-
 guix/tests/git.scm                                 |    25 +-
 guix/tests/gnupg.scm                               |    30 +-
 guix/transformations.scm                           |   213 +-
 guix/ui.scm                                        |    17 +-
 guix/upstream.scm                                  |    81 +-
 guix/utils.scm                                     |     5 +-
 m4/guix.m4                                         |     2 +-
 nix/libstore/globals.cc                            |     4 -
 po/doc/guix-cookbook.de.po                         |  1248 +-
 po/doc/guix-cookbook.es.po                         |  1134 +-
 po/doc/guix-cookbook.fa.po                         |  1134 +-
 .../{guix-cookbook.fa.po => guix-cookbook.fi.po}   |  1185 +-
 po/doc/guix-cookbook.fr.po                         |  1242 +-
 po/doc/guix-cookbook.ko.po                         |  1277 +-
 po/doc/guix-cookbook.ru.po                         |  1134 +-
 po/doc/guix-cookbook.sk.po                         |  1829 +-
 po/doc/guix-cookbook.zh_Hans.po                    |  1134 +-
 po/doc/guix-manual.de.po                           | 25723 ++++++++++---------
 po/doc/guix-manual.es.po                           | 25714 +++++++++---------
 po/doc/guix-manual.fa.po                           | 24950 +++++++++---------
 po/doc/{guix-manual.fa.po => guix-manual.fi.po}    | 25351 +++++++++---------
 po/doc/guix-manual.fr.po                           | 25645 +++++++++---------
 po/doc/guix-manual.it.po                           | 24962 +++++++++---------
 po/doc/guix-manual.ko.po                           | 25001 +++++++++---------
 po/doc/guix-manual.pt_BR.po                        | 25079 +++++++++---------
 po/doc/guix-manual.ru.po                           | 25690 +++++++++---------
 po/doc/guix-manual.sk.po                           | 24991 +++++++++---------
 po/doc/guix-manual.zh_CN.po                        | 25094 +++++++++---------
 po/doc/local.mk                                    |     2 +
 po/guix/LINGUAS                                    |     1 +
 po/guix/POTFILES.in                                |     2 +
 po/guix/cs.po                                      |  1339 +-
 po/guix/da.po                                      |  1391 +-
 po/guix/de.po                                      |  1409 +-
 po/guix/eo.po                                      |  1372 +-
 po/guix/es.po                                      |  1926 +-
 po/guix/{si.po => fi.po}                           |  1440 +-
 po/guix/fr.po                                      |  1520 +-
 po/guix/hu.po                                      |  1341 +-
 po/guix/it.po                                      |  1350 +-
 po/guix/ko.po                                      |  1320 +-
 po/guix/nl.po                                      |  1395 +-
 po/guix/oc.po                                      |  1317 +-
 po/guix/pl.po                                      |  1325 +-
 po/guix/pt_BR.po                                   |  1405 +-
 po/guix/ru.po                                      |  1372 +-
 po/guix/si.po                                      |  1317 +-
 po/guix/sk.po                                      |  2217 +-
 po/guix/sr.po                                      |  1346 +-
 po/guix/ta.po                                      |  1361 +-
 po/guix/vi.po                                      |  1348 +-
 po/guix/zh_CN.po                                   |  1335 +-
 po/packages/da.po                                  |  6209 +++--
 po/packages/de.po                                  |  6167 +++--
 po/packages/eo.po                                  |  6184 +++--
 po/packages/es.po                                  |  6241 +++--
 po/packages/fr.po                                  |  6208 +++--
 po/packages/hu.po                                  |  6279 +++--
 po/packages/it.po                                  |  6140 +++--
 po/packages/ko.po                                  |  6143 +++--
 po/packages/nl.po                                  |  6138 +++--
 po/packages/oc.po                                  |  6140 +++--
 po/packages/pl.po                                  |  6134 +++--
 po/packages/pt_BR.po                               |  6134 +++--
 po/packages/sk.po                                  |  6140 +++--
 po/packages/sr.po                                  |  6134 +++--
 po/packages/zh_CN.po                               |  6145 +++--
 tests/build-utils.scm                              |    57 +-
 tests/channels.scm                                 |    18 +-
 tests/git-authenticate.scm                         |    23 +-
 tests/gremlin.scm                                  |    28 +-
 tests/guix-authenticate.sh                         |     4 +-
 tests/guix-graph.sh                                |     5 +-
 tests/guix-hash.sh                                 |     3 +-
 tests/guix-package-net.sh                          |    21 +-
 tests/home-import.scm                              |    14 +-
 tests/import-github.scm                            |   139 +
 tests/{civodul.key => keys/civodul.pub}            |     0
 tests/{dsa.key => keys/dsa.pub}                    |     0
 tests/{ed25519bis.key => keys/ed25519-2.pub}       |     0
 tests/{ed25519bis.sec => keys/ed25519-2.sec}       |     0
 tests/keys/ed25519-3.pub                           |     9 +
 tests/keys/ed25519-3.sec                           |    10 +
 tests/{ed25519.key => keys/ed25519.pub}            |     0
 tests/{ => keys}/ed25519.sec                       |     0
 tests/{rsa.key => keys/rsa.pub}                    |     0
 tests/{ => keys}/signing-key.pub                   |     0
 tests/{ => keys}/signing-key.sec                   |     0
 tests/minetest.scm                                 |     7 +-
 tests/modules.scm                                  |     6 +-
 tests/openpgp.scm                                  |    42 +-
 tests/publish.scm                                  |     9 +-
 tests/style.scm                                    |   162 +-
 tests/texlive.scm                                  |    14 +-
 tests/transformations.scm                          |    35 +
 tests/upstream.scm                                 |   166 +-
 536 files changed, 266563 insertions(+), 209668 deletions(-)

diff --cc gnu/packages/compression.scm
index 49c46a2093,8185a6157e..6b91b51504
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@@ -4,10 -4,10 +4,10 @@@
  ;;; Copyright © 2014, 2015, 2018 Mark H Weaver <mhw@netris.org>
  ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
  ;;; Copyright © 2015, 2016 Eric Bavier <bavier@member.fsf.org>
- ;;; Copyright © 2015, 2016, 2017, 2018, 2020, 2021 Ricardo Wurmus 
<rekado@elephly.net>
+ ;;; Copyright © 2015, 2016, 2017, 2018, 2020, 2021, 2022 Ricardo Wurmus 
<rekado@elephly.net>
  ;;; Copyright © 2015, 2017, 2018 Leo Famulari <leo@famulari.name>
  ;;; Copyright © 2015 Jeff Mickey <j@codemac.net>
 -;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner 
<efraim@flashner.co.il>
 +;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Efraim 
Flashner <efraim@flashner.co.il>
  ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
  ;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
  ;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <me@tobias.gr>
diff --cc gnu/packages/gnuzilla.scm
index 4e86ab835c,a9b5ed9fe9..e6505e7a95
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@@ -387,7 -387,15 +388,7 @@@ in C/C++."
              ;; This is important because without it gjs will segfault during 
the
              ;; configure phase.  With jemalloc only the standalone mozjs 
console
              ;; will work.
-             "--disable-jemalloc")
 -            "--disable-jemalloc"
 -            ;; Mozilla deviates from Autotools conventions due to historical
 -            ;; reasons.
 -            #$@(if (%current-target-system)
 -                   #~(#$(string-append
 -                         "--host="
 -                         (nix-system->gnu-triplet (%current-system)))
 -                      #$(string-append "--target=" (%current-target-system)))
 -                   #~())))
++            "--disable-jemalloc"))
         #:phases
         (modify-phases %standard-phases
           ;; Make sure pkg-config will be found.
diff --cc gnu/packages/gtk.scm
index f18cd5bc9a,ced9d621aa..ae84e769e6
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@@ -188,7 -188,7 +188,7 @@@ tools have full access to view and cont
         ("pkg-config" ,pkg-config)
         ("python" ,python-wrapper)))
      (inputs
-      `(("bash-minimal" ,bash-minimal) ; for glib-or-gtk-wrap
 -     `(("bash-minimal" ,bash-minimal)
++     `(("bash-minimal" ,bash-minimal)   ;for glib-or-gtk-wrap
         ("drm" ,libdrm)
         ("ghostscript" ,ghostscript)
         ("libspectre" ,libspectre)



reply via email to

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