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: Tue, 25 Jan 2022 22:52:51 -0500 (EST)

apteryx pushed a commit to branch staging
in repository guix.

commit 1a5302435ff0d2822b823f5a6fe01faa7a85c629
Merge: 3ff2ac4980 070b8a893f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jan 25 22:07:13 2022 -0500

    Merge branch 'master' into staging.
    
    With "conflicts" solved (all in favor of master except git) in:
            gnu/local.mk
            gnu/packages/databases.scm
            gnu/packages/glib.scm
            gnu/packages/gnome.scm
            gnu/packages/gnupg.scm
            gnu/packages/gnuzilla.scm
            gnu/packages/graphics.scm
            gnu/packages/gstreamer.scm
            gnu/packages/gtk.scm
            gnu/packages/linux.scm
            gnu/packages/machine-learning.scm
            gnu/packages/networking.scm
            gnu/packages/polkit.scm
            gnu/packages/pulseaudio.scm
            gnu/packages/rpc.scm
            gnu/packages/rust.scm
            gnu/packages/version-control.scm
            gnu/packages/w3m.scm

 .dir-locals.el                                     |     7 +
 .gitattributes                                     |     3 +
 .gitignore                                         |     2 +
 .guix-authorizations                               |    28 +-
 .mailmap                                           |     4 +-
 Makefile.am                                        |    59 +-
 NEWS                                               |    11 +
 build-aux/build-self.scm                           |     2 +-
 build-aux/convert-xref.scm                         |    26 +
 build-aux/test-env.in                              |     6 +-
 config-daemon.ac                                   |    11 -
 configure.ac                                       |     5 +-
 doc/build.scm                                      |   611 +-
 doc/contributing.texi                              |    93 +-
 doc/environment-gdb.scm                            |     9 +-
 doc/guix-cookbook.texi                             |   122 +-
 doc/guix.texi                                      |  2963 +-
 doc/he-config-bare-bones.scm                       |     4 +-
 doc/htmlxref.cnf                                   |    76 +-
 doc/local.mk                                       |    45 +-
 etc/committer.scm.in                               |     7 +-
 etc/completion/bash/guix                           |    88 +-
 etc/completion/zsh/_guix                           |     1 +
 etc/disarchive-manifest.scm                        |     2 +-
 etc/git/gitconfig                                  |     5 +
 etc/guix-daemon.cil.in                             |     3 +
 etc/guix-install.sh                                |    20 +-
 etc/indent-code.el                                 |   120 -
 etc/news.scm                                       |   396 +-
 etc/release-manifest.scm                           |     9 +-
 .../text-mode/guix-commit-message-update-package   |     2 +-
 gnu/bootloader.scm                                 |    16 +-
 gnu/bootloader/grub.scm                            |    59 +-
 gnu/build/accounts.scm                             |     8 +-
 gnu/build/bootloader.scm                           |     1 +
 gnu/build/chromium-extension.scm                   |   173 +-
 gnu/build/file-systems.scm                         |    36 +-
 gnu/build/hurd-boot.scm                            |    12 +-
 gnu/build/image.scm                                |    39 +-
 gnu/build/linux-container.scm                      |     3 +-
 gnu/build/linux-modules.scm                        |    10 +-
 gnu/build/marionette.scm                           |    84 +-
 gnu/build/secret-service.scm                       |    17 +-
 gnu/build/vm.scm                                   |   500 -
 gnu/ci.scm                                         |   142 +-
 gnu/home-services.scm                              |   524 -
 gnu/home-services/configuration.scm                |   109 -
 gnu/home-services/fontutils.scm                    |    65 -
 gnu/home-services/mcron.scm                        |   115 -
 gnu/home-services/shells.scm                       |   634 -
 gnu/home-services/shepherd.scm                     |   134 -
 gnu/home-services/symlink-manager.scm              |   247 -
 gnu/home-services/utils.scm                        |   105 -
 gnu/home-services/xdg.scm                          |   478 -
 gnu/home.scm                                       |    20 +-
 gnu/home/services.scm                              |   552 +
 gnu/home/services/fontutils.scm                    |    65 +
 gnu/home/services/mcron.scm                        |   115 +
 gnu/home/services/shells.scm                       |   689 +
 gnu/home/services/shepherd.scm                     |   134 +
 gnu/home/services/symlink-manager.scm              |   251 +
 gnu/home/services/utils.scm                        |   105 +
 gnu/home/services/xdg.scm                          |   477 +
 gnu/image.scm                                      |    22 +-
 gnu/installer.scm                                  |     3 +-
 gnu/installer/final.scm                            |    61 +-
 gnu/installer/keymap.scm                           |    17 +-
 gnu/installer/newt/network.scm                     |    21 +-
 gnu/installer/newt/partition.scm                   |    15 +-
 gnu/installer/newt/services.scm                    |    41 +-
 gnu/installer/parted.scm                           |    87 +-
 gnu/installer/services.scm                         |    12 +
 gnu/installer/tests.scm                            |    11 +-
 gnu/installer/utils.scm                            |    18 +-
 gnu/local.mk                                       |   397 +-
 gnu/machine/ssh.scm                                |    78 +-
 gnu/packages.scm                                   |     3 +-
 gnu/packages/accessibility.scm                     |   131 +-
 gnu/packages/acl.scm                               |    30 +-
 gnu/packages/ada.scm                               |    17 +-
 gnu/packages/admin.scm                             |  1115 +-
 gnu/packages/adns.scm                              |    59 +-
 gnu/packages/agda.scm                              |    93 +-
 gnu/packages/aidc.scm                              |   131 +-
 gnu/packages/algebra.scm                           |   374 +-
 gnu/packages/android.scm                           |   439 +-
 gnu/packages/animation.scm                         |    23 +-
 gnu/packages/antivirus.scm                         |    10 +-
 gnu/packages/apr.scm                               |     7 +-
 gnu/packages/arcan.scm                             |    42 +-
 gnu/packages/aspell.scm                            |    22 +-
 gnu/packages/assembly.scm                          |    74 +-
 gnu/packages/astronomy.scm                         |   623 +-
 gnu/packages/attr.scm                              |    21 +-
 gnu/packages/audio.scm                             |  1701 +-
 gnu/packages/augeas.scm                            |     6 +-
 gnu/packages/authentication.scm                    |   102 +-
 gnu/packages/autogen.scm                           |     6 +-
 gnu/packages/autotools.scm                         |   138 +-
 gnu/packages/aux-files/emacs/guix-emacs.el         |    34 +-
 gnu/packages/aux-files/guile-launcher.c            |     7 +-
 gnu/packages/aux-files/linux-libre/4.14-i686.conf  |    10 +-
 .../aux-files/linux-libre/4.14-x86_64.conf         |    10 +-
 gnu/packages/aux-files/linux-libre/4.19-i686.conf  |    10 +-
 .../aux-files/linux-libre/4.19-x86_64.conf         |    10 +-
 gnu/packages/aux-files/linux-libre/4.4-i686.conf   |    10 +-
 gnu/packages/aux-files/linux-libre/4.4-x86_64.conf |    10 +-
 gnu/packages/aux-files/linux-libre/5.10-i686.conf  |    10 +-
 .../aux-files/linux-libre/5.10-x86_64.conf         |    10 +-
 gnu/packages/aux-files/linux-libre/5.14-arm.conf   | 10075 ---
 gnu/packages/aux-files/linux-libre/5.14-arm64.conf | 10448 ---
 gnu/packages/aux-files/linux-libre/5.14-i686.conf  | 10949 ---
 .../aux-files/linux-libre/5.14-x86_64.conf         | 11023 ---
 gnu/packages/aux-files/linux-libre/5.15-arm.conf   | 10160 +++
 gnu/packages/aux-files/linux-libre/5.15-arm64.conf | 10570 +++
 gnu/packages/aux-files/linux-libre/5.15-i686.conf  | 11023 +++
 .../aux-files/linux-libre/5.15-x86_64.conf         | 11110 +++
 gnu/packages/aux-files/linux-libre/5.4-i686.conf   |    10 +-
 gnu/packages/aux-files/linux-libre/5.4-x86_64.conf |    10 +-
 gnu/packages/aux-files/python/sanity-check.py      |    92 +
 gnu/packages/aux-files/python/sitecustomize.py     |    65 +
 gnu/packages/aux-files/renpy/renpy.in              |    48 +
 gnu/packages/avahi.scm                             |    58 +-
 gnu/packages/avr.scm                               |     3 +-
 gnu/packages/axoloti.scm                           |    28 +-
 gnu/packages/backup.scm                            |   403 +-
 gnu/packages/base.scm                              |   605 +-
 gnu/packages/bash.scm                              |    80 +-
 gnu/packages/batik.scm                             |    11 +-
 gnu/packages/bdw-gc.scm                            |    25 +-
 gnu/packages/benchmark.scm                         |   160 +-
 gnu/packages/bioconductor.scm                      |  9693 +--
 gnu/packages/bioinformatics.scm                    |  6243 +-
 gnu/packages/bison.scm                             |    27 +-
 gnu/packages/bittorrent.scm                        |   267 +-
 gnu/packages/boost.scm                             |    63 +-
 gnu/packages/bootloaders.scm                       |   145 +-
 gnu/packages/bootstrap.scm                         |   267 +-
 gnu/packages/browser-extensions.scm                |     7 +-
 gnu/packages/build-tools.scm                       |   142 +-
 gnu/packages/busybox.scm                           |    64 +-
 gnu/packages/c.scm                                 |   320 +-
 gnu/packages/calcurse.scm                          |     8 +-
 gnu/packages/calendar.scm                          |    96 +-
 gnu/packages/ccache.scm                            |    46 +-
 gnu/packages/cdrom.scm                             |   162 +-
 gnu/packages/cedille.scm                           |     9 +-
 gnu/packages/certs.scm                             |   150 +-
 gnu/packages/check.scm                             |   794 +-
 gnu/packages/chemistry.scm                         |    95 +-
 gnu/packages/chez.scm                              |    74 +-
 gnu/packages/chicken.scm                           |    15 +-
 gnu/packages/chromium.scm                          |   888 +-
 gnu/packages/ci.scm                                |    85 +-
 gnu/packages/cinnamon.scm                          |    34 +-
 gnu/packages/clojure.scm                           |   256 +-
 gnu/packages/cluster.scm                           |    37 +-
 gnu/packages/cmake.scm                             |   215 +-
 gnu/packages/cobol.scm                             |     8 +-
 gnu/packages/code.scm                              |   283 +-
 gnu/packages/commencement.scm                      |  1477 +-
 gnu/packages/compression.scm                       |   610 +-
 gnu/packages/compton.scm                           |    62 +-
 gnu/packages/configuration-management.scm          |   100 +-
 gnu/packages/conky.scm                             |    26 +-
 gnu/packages/connman.scm                           |    40 +-
 gnu/packages/containers.scm                        |   346 +
 gnu/packages/convmv.scm                            |     2 +-
 gnu/packages/cook.scm                              |    22 +-
 gnu/packages/coq.scm                               |   371 +-
 gnu/packages/cpio.scm                              |    10 +-
 gnu/packages/cpp.scm                               |   484 +-
 gnu/packages/cran.scm                              | 10113 +--
 gnu/packages/crates-graphics.scm                   |   345 +-
 gnu/packages/crates-gtk.scm                        |   917 +-
 gnu/packages/crates-io.scm                         | 15321 ++++-
 gnu/packages/cross-base.scm                        |    59 +-
 gnu/packages/crypto.scm                            |   411 +-
 gnu/packages/cryptsetup.scm                        |    18 +-
 gnu/packages/cups.scm                              |   422 +-
 gnu/packages/curl.scm                              |   112 +-
 gnu/packages/cvassistant.scm                       |     4 +-
 gnu/packages/cybersecurity.scm                     |   106 +-
 gnu/packages/cyrus-sasl.scm                        |    11 +-
 gnu/packages/databases.scm                         |  1431 +-
 gnu/packages/datamash.scm                          |   108 +-
 gnu/packages/datastructures.scm                    |    19 +-
 gnu/packages/dav.scm                               |    65 +-
 gnu/packages/dbm.scm                               |    60 +-
 gnu/packages/dc.scm                                |    14 +-
 gnu/packages/debian.scm                            |   135 +-
 gnu/packages/debug.scm                             |   159 +-
 gnu/packages/dejagnu.scm                           |     2 +-
 gnu/packages/dhall.scm                             |   116 +-
 gnu/packages/dico.scm                              |     2 +-
 gnu/packages/dictionaries.scm                      |    42 +-
 gnu/packages/diffoscope.scm                        |   230 +-
 gnu/packages/digest.scm                            |    36 +-
 gnu/packages/direct-connect.scm                    |    34 +-
 gnu/packages/disk.scm                              |   311 +-
 gnu/packages/display-managers.scm                  |   175 +-
 gnu/packages/distributed.scm                       |    23 +-
 gnu/packages/django.scm                            |   543 +-
 gnu/packages/djvu.scm                              |    67 +-
 gnu/packages/dlang.scm                             |   544 +-
 gnu/packages/dns.scm                               |   570 +-
 gnu/packages/docbook.scm                           |   207 +-
 gnu/packages/docker.scm                            |    71 +-
 gnu/packages/documentation.scm                     |    46 +-
 gnu/packages/dunst.scm                             |    38 +-
 gnu/packages/dvtm.scm                              |     2 +-
 gnu/packages/easyrpg.scm                           |    48 +-
 gnu/packages/ebook.scm                             |   120 +-
 gnu/packages/ed.scm                                |     6 +-
 gnu/packages/education.scm                         |   273 +-
 gnu/packages/efi.scm                               |    22 +-
 gnu/packages/electronics.scm                       |   206 +-
 gnu/packages/elf.scm                               |    57 +-
 gnu/packages/elixir.scm                            |    19 +-
 gnu/packages/elm.scm                               |    56 +-
 gnu/packages/emacs-xyz.scm                         |  6271 +-
 gnu/packages/emacs.scm                             |    88 +-
 gnu/packages/embedded.scm                          |   279 +-
 gnu/packages/emulators.scm                         |   972 +-
 gnu/packages/enchant.scm                           |    23 +-
 gnu/packages/engineering.scm                       |   810 +-
 gnu/packages/enlightenment.scm                     |   176 +-
 gnu/packages/entr.scm                              |    10 +-
 gnu/packages/erlang.scm                            |     4 +-
 gnu/packages/esolangs.scm                          |     9 +-
 gnu/packages/fabric-management.scm                 |    49 +-
 gnu/packages/fcitx.scm                             |    11 +-
 gnu/packages/fcitx5.scm                            |    61 +-
 gnu/packages/file-systems.scm                      |   482 +-
 gnu/packages/file.scm                              |    19 +-
 gnu/packages/finance.scm                           |   875 +-
 gnu/packages/firmware.scm                          |   172 +-
 gnu/packages/flashing-tools.scm                    |   131 +-
 gnu/packages/flex.scm                              |     5 +-
 gnu/packages/fltk.scm                              |     8 +-
 gnu/packages/fonts.scm                             |   455 +-
 gnu/packages/fontutils.scm                         |   325 +-
 gnu/packages/forth.scm                             |     2 +-
 gnu/packages/fpga.scm                              |   101 +-
 gnu/packages/freedesktop.scm                       |   856 +-
 gnu/packages/freeipmi.scm                          |     2 +-
 gnu/packages/fribidi.scm                           |     2 +-
 gnu/packages/ftp.scm                               |    58 +-
 gnu/packages/fvwm.scm                              |    20 +-
 gnu/packages/game-development.scm                  |   666 +-
 gnu/packages/games.scm                             |  3269 +-
 gnu/packages/gawk.scm                              |    58 +-
 gnu/packages/gcc.scm                               |   267 +-
 gnu/packages/gd.scm                                |    29 +-
 gnu/packages/gdb.scm                               |   159 +-
 gnu/packages/genealogy.scm                         |    44 +-
 gnu/packages/genimage.scm                          |   249 +-
 gnu/packages/geo.scm                               |  1103 +-
 gnu/packages/gettext.scm                           |   186 +-
 gnu/packages/ghostscript.scm                       |    54 +-
 gnu/packages/gimp.scm                              |   202 +-
 gnu/packages/gkrellm.scm                           |     2 +-
 gnu/packages/gl.scm                                |   282 +-
 gnu/packages/glib.scm                              |   955 +-
 gnu/packages/gnome-xyz.scm                         |   569 +-
 gnu/packages/gnome.scm                             |  6535 +-
 gnu/packages/gnu-pw-mgr.scm                        |     2 +-
 gnu/packages/gnucash.scm                           |    38 +-
 gnu/packages/gnunet.scm                            |    33 +-
 gnu/packages/gnupg.scm                             |   402 +-
 gnu/packages/gnustep.scm                           |    37 +-
 gnu/packages/gnuzilla.scm                          |   751 +-
 gnu/packages/gobby.scm                             |    36 +-
 gnu/packages/golang.scm                            |  1646 +-
 gnu/packages/gpodder.scm                           |    60 +-
 gnu/packages/gps.scm                               |    79 +-
 gnu/packages/graph.scm                             |   265 +-
 gnu/packages/graphics.scm                          |   701 +-
 gnu/packages/graphviz.scm                          |   267 +-
 gnu/packages/groff.scm                             |     8 +-
 gnu/packages/groovy.scm                            |     4 +-
 gnu/packages/gsasl.scm                             |    16 +-
 gnu/packages/gstreamer.scm                         |   180 +-
 gnu/packages/gtk.scm                               |  2016 +-
 gnu/packages/guile-wm.scm                          |    12 +-
 gnu/packages/guile-xyz.scm                         |  1479 +-
 gnu/packages/guile.scm                             |   344 +-
 gnu/packages/gv.scm                                |     2 +-
 gnu/packages/gxmessage.scm                         |     5 +-
 gnu/packages/hardware.scm                          |   403 +-
 gnu/packages/haskell-apps.scm                      |   624 +-
 gnu/packages/haskell-check.scm                     |   592 +-
 gnu/packages/haskell-crypto.scm                    |   291 +-
 gnu/packages/haskell-web.scm                       |  1461 +-
 gnu/packages/haskell-xyz.scm                       |  7394 +-
 gnu/packages/haskell.scm                           |    50 +-
 gnu/packages/hexedit.scm                           |    11 +-
 gnu/packages/hugs.scm                              |     2 +-
 gnu/packages/hurd.scm                              |    83 +-
 gnu/packages/hyperledger.scm                       |    29 +-
 gnu/packages/i2p.scm                               |     5 +-
 gnu/packages/ibus.scm                              |   206 +-
 gnu/packages/icu4c.scm                             |    72 +-
 gnu/packages/idris.scm                             |    86 +-
 gnu/packages/idutils.scm                           |    12 +-
 gnu/packages/image-processing.scm                  |   439 +-
 gnu/packages/image-viewers.scm                     |   344 +-
 gnu/packages/image.scm                             |   543 +-
 gnu/packages/imagemagick.scm                       |    12 +-
 gnu/packages/inklingreader.scm                     |     8 +-
 gnu/packages/inkscape.scm                          |   112 +-
 gnu/packages/installers.scm                        |     4 +-
 gnu/packages/instrumentation.scm                   |   346 +
 gnu/packages/ipfs.scm                              |   170 +-
 gnu/packages/irc.scm                               |   377 +-
 gnu/packages/irods.scm                             |    19 +-
 gnu/packages/iso-codes.scm                         |    15 +-
 gnu/packages/jami.scm                              |   464 +-
 gnu/packages/java-compression.scm                  |     9 +-
 gnu/packages/java-graphics.scm                     |    13 +-
 gnu/packages/java-maths.scm                        |     2 +-
 gnu/packages/java.scm                              |  2617 +-
 gnu/packages/javascript.scm                        |   169 +-
 gnu/packages/jemalloc.scm                          |    42 +-
 gnu/packages/jose.scm                              |     6 +-
 gnu/packages/jrnl.scm                              |    18 +-
 gnu/packages/julia-jll.scm                         |   682 +-
 gnu/packages/julia-xyz.scm                         |  1929 +-
 gnu/packages/julia.scm                             |   246 +-
 gnu/packages/jupyter.scm                           |   249 +-
 gnu/packages/kawa.scm                              |     2 +-
 gnu/packages/kde-frameworks.scm                    |  1587 +-
 gnu/packages/kde-internet.scm                      |   421 +-
 gnu/packages/kde-multimedia.scm                    |   622 +-
 gnu/packages/kde-pim.scm                           |  1748 +-
 gnu/packages/kde-plasma.scm                        |   102 +-
 gnu/packages/kde-systemtools.scm                   |   282 +-
 gnu/packages/kde-utils.scm                         |   406 +-
 gnu/packages/kde.scm                               |   816 +-
 gnu/packages/kerberos.scm                          |   151 +-
 gnu/packages/key-mon.scm                           |     4 +-
 gnu/packages/kodi.scm                              |    20 +-
 gnu/packages/language.scm                          |    93 +-
 gnu/packages/ld-wrapper.in                         |     3 +-
 gnu/packages/lean.scm                              |     2 +-
 gnu/packages/lego.scm                              |    11 +-
 gnu/packages/less.scm                              |    23 +-
 gnu/packages/lesstif.scm                           |     5 +-
 gnu/packages/libcanberra.scm                       |     6 +-
 gnu/packages/libdaemon.scm                         |    42 +-
 gnu/packages/libedit.scm                           |     2 +-
 gnu/packages/libevent.scm                          |    77 +-
 gnu/packages/libffi.scm                            |    89 +-
 gnu/packages/libftdi.scm                           |     2 +-
 gnu/packages/libidn.scm                            |    17 +-
 gnu/packages/libphidget.scm                        |     2 +-
 gnu/packages/libreoffice.scm                       |   254 +-
 gnu/packages/libsigsegv.scm                        |     4 +-
 gnu/packages/libusb.scm                            |   103 +-
 gnu/packages/license.scm                           |    53 +-
 gnu/packages/lighting.scm                          |    19 +-
 gnu/packages/linphone.scm                          |    57 +-
 gnu/packages/linux.scm                             |  2647 +-
 gnu/packages/lirc.scm                              |    10 +-
 gnu/packages/lisp-check.scm                        |   822 +-
 gnu/packages/lisp-xyz.scm                          |  5253 +-
 gnu/packages/lisp.scm                              |   178 +-
 gnu/packages/llvm.scm                              |   836 +-
 gnu/packages/logging.scm                           |   194 +-
 gnu/packages/logo.scm                              |     2 +-
 gnu/packages/lout.scm                              |     2 +-
 gnu/packages/lsof.scm                              |   140 +-
 gnu/packages/lua.scm                               |   129 +-
 gnu/packages/lxde.scm                              |   207 +-
 gnu/packages/lxqt.scm                              |   533 +-
 gnu/packages/machine-learning.scm                  |   825 +-
 gnu/packages/magic-wormhole.scm                    |    52 +-
 gnu/packages/mail.scm                              |  1492 +-
 gnu/packages/make-bootstrap.scm                    |   515 +-
 gnu/packages/man.scm                               |   202 +-
 gnu/packages/markup.scm                            |   193 +-
 gnu/packages/mastodon.scm                          |   112 +-
 gnu/packages/mate.scm                              |   730 +-
 gnu/packages/maths.scm                             |  1928 +-
 gnu/packages/matrix.scm                            |   245 +-
 gnu/packages/maven-parent-pom.scm                  |    35 +-
 gnu/packages/maven.scm                             |   962 +-
 gnu/packages/mc.scm                                |    17 +-
 gnu/packages/mcrypt.scm                            |     6 +-
 gnu/packages/medical.scm                           |     4 +-
 gnu/packages/mercury.scm                           |     6 +-
 gnu/packages/mes.scm                               |   293 +-
 gnu/packages/messaging.scm                         |  1246 +-
 gnu/packages/microcom.scm                          |     9 +-
 gnu/packages/minetest.scm                          |    87 +-
 gnu/packages/moe.scm                               |     4 +-
 gnu/packages/monitoring.scm                        |   104 +-
 gnu/packages/mono.scm                              |     2 +-
 gnu/packages/moreutils.scm                         |    50 +-
 gnu/packages/mp3.scm                               |    83 +-
 gnu/packages/mpd.scm                               |   201 +-
 gnu/packages/mpi.scm                               |    80 +-
 gnu/packages/mtools.scm                            |     4 +-
 gnu/packages/multiprecision.scm                    |    72 +-
 gnu/packages/music.scm                             |  2149 +-
 gnu/packages/myrddin.scm                           |    65 +
 gnu/packages/nano.scm                              |     7 +-
 gnu/packages/ncdu.scm                              |     2 +-
 gnu/packages/ncurses.scm                           |    55 +-
 gnu/packages/netpbm.scm                            |     8 +-
 gnu/packages/nettle.scm                            |    34 +-
 gnu/packages/networking.scm                        |  1029 +-
 gnu/packages/nfs.scm                               |     8 +-
 gnu/packages/nickle.scm                            |     2 +-
 gnu/packages/nicotine.scm                          |     4 +-
 gnu/packages/nim.scm                               |     5 +-
 gnu/packages/ninja.scm                             |    10 +-
 gnu/packages/node-xyz.scm                          |   944 +-
 gnu/packages/node.scm                              |   396 +-
 gnu/packages/notcurses.scm                         |    77 +
 gnu/packages/noweb.scm                             |     2 +-
 gnu/packages/nss.scm                               |   130 +-
 gnu/packages/ntp.scm                               |    22 +-
 gnu/packages/nvi.scm                               |     5 +-
 gnu/packages/ocaml.scm                             |  2297 +-
 gnu/packages/ocr.scm                               |     6 +-
 gnu/packages/onc-rpc.scm                           |    29 +-
 gnu/packages/openbox.scm                           |    27 +-
 gnu/packages/opencl.scm                            |    32 +-
 gnu/packages/opencog.scm                           |    31 +-
 gnu/packages/openkinect.scm                        |    14 +-
 gnu/packages/openldap.scm                          |   143 +-
 gnu/packages/openpgp.scm                           |    14 +-
 gnu/packages/openstack.scm                         |   370 +-
 gnu/packages/orange.scm                            |   120 +-
 gnu/packages/orpheus.scm                           |    23 +-
 gnu/packages/ots.scm                               |     5 +-
 gnu/packages/package-management.scm                |   782 +-
 gnu/packages/pantheon.scm                          |    44 +-
 gnu/packages/parallel.scm                          |    48 +-
 gnu/packages/pascal.scm                            |    77 +-
 gnu/packages/password-utils.scm                    |   190 +-
 gnu/packages/patches/agg-2.5-gcc8.patch            |    14 +
 .../patches/alpine-fix-privacy-policy-crash.patch  |    39 +
 gnu/packages/patches/atlas-gfortran-compat.patch   |    37 +
 gnu/packages/patches/audacity-add-include.patch    |    15 -
 .../audacity-build-with-system-portaudio.patch     |    62 -
 gnu/packages/patches/awesome-4.3-fno-common.patch  |   178 +
 .../aws-c-auth-install-private-headers.patch       |    19 +
 gnu/packages/patches/aws-c-cal-cmake-prefix.patch  |    13 -
 .../patches/aws-c-event-stream-cmake-prefix.patch  |    13 -
 gnu/packages/patches/aws-c-io-cmake-prefix.patch   |    13 -
 .../aws-c-io-disable-networking-tests.patch        |    81 -
 .../patches/aws-checksums-cmake-prefix.patch       |    13 -
 .../patches/bdb-5.3-atomics-on-gcc-9.patch         |    22 +
 .../patches/bear-disable-preinstall-tests.patch    |    40 -
 .../patches/behave-skip-a-couple-of-tests.patch    |   462 -
 .../patches/biber-fix-encoding-write.patch         |    31 -
 gnu/packages/patches/biber-sortinithash.patch      |  1666 -
 .../bind-re-add-attr-constructor-priority.patch    |    57 +
 .../binutils-2.37-file-descriptor-leak.patch       |   231 +
 gnu/packages/patches/binutils-CVE-2021-45078.patch |   257 +
 .../patches/binutils-loongson-workaround.patch     |    14 +-
 .../patches/binutils-mingw-w64-timestamp.patch     |    39 +-
 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 +
 .../patches/c++-gsl-move-array-bounds-tests.patch  |   126 +
 .../cabal-install-base16-bytestring1.0.patch       |    29 +
 gnu/packages/patches/cabal-install-ghc8.10.patch   |   393 +
 gnu/packages/patches/calibre-fix-zeroconf.patch    |    38 +
 gnu/packages/patches/ccache-fix-basedir-test.patch |    26 -
 .../patches/cdrkit-libre-cross-compile.patch       |    32 +
 gnu/packages/patches/ceph-boost-compat.patch       |    18 +
 gnu/packages/patches/ceph-rocksdb-compat.patch     |   303 +
 gnu/packages/patches/cheese-vala-update.patch      |   180 +
 .../chez-scheme-build-util-paths-backport.patch    |   780 -
 .../patches/clang-10.0-libc-search-path.patch      |    93 +-
 .../patches/clang-11.0-libc-search-path.patch      |   101 +-
 .../patches/clang-12.0-libc-search-path.patch      |    84 +
 .../patches/clang-13.0-libc-search-path.patch      |    96 +
 .../patches/clang-7.0-libc-search-path.patch       |    82 +-
 .../patches/clang-8.0-libc-search-path.patch       |    94 +
 .../patches/clang-9.0-libc-search-path.patch       |    90 +-
 .../patches/classpath-miscompilation.patch         |    71 +
 .../patches/cling-use-shared-library.patch         |   329 +
 gnu/packages/patches/cool-retro-term-wctype.patch  |    13 +
 gnu/packages/patches/coq-fix-envvars.patch         |   139 +
 gnu/packages/patches/coreutils-gnulib-tests.patch  |    45 +
 .../patches/cpufrequtils-fix-aclocal.patch         |    46 -
 gnu/packages/patches/cups-CVE-2020-10001.patch     |    47 -
 .../patches/curl-7.76-use-ssl-cert-env.patch       |    64 -
 .../patches/curl-7.77-tls-priority-string.patch    |    98 -
 gnu/packages/patches/curl-use-ssl-cert-env.patch   |     4 +-
 gnu/packages/patches/dbus-CVE-2020-12049.patch     |    58 -
 .../dealii-fix-compiliation-with-boost-1.78.patch  |    40 +
 gnu/packages/patches/dealii-fix-sundials.patch     |    60 +
 .../patches/diffoscope-fix-llvm-test.patch         |    28 +
 .../patches/diffutils-fix-signal-processing.patch  |    58 +
 .../patches/diffutils-gets-undeclared.patch        |    71 -
 .../patches/disarchive-cross-compilation.patch     |    77 -
 .../docbook-xsl-nonrecursive-string-subst.patch    |    11 +-
 .../patches/docbook-xsl-support-old-url.patch      |    17 +
 gnu/packages/patches/doxygen-1.8.17-runtests.patch |    73 -
 gnu/packages/patches/doxygen-test.patch            |    60 -
 .../patches/dune-istl-2.7-fix-non-mpi-tests.patch  |    82 -
 gnu/packages/patches/dynaconf-unvendor-deps.patch  |   179 +
 .../patches/elogind-revert-polkit-detection.patch  |    41 +
 .../patches/emacs-exwm-fix-fullscreen-states.patch |    39 -
 .../patches/emacs-telega-path-placeholder.patch    |    49 +-
 gnu/packages/patches/emacs-telega-test-env.patch   |    30 +-
 .../patches/enlightenment-fix-setuid-path.patch    |    33 +-
 .../patches/eog-update-libportal-usage.patch       |    40 +
 .../patches/epiphany-update-libportal-usage.patch  |    53 +
 .../patches/evolution-CVE-2020-11879.patch         |   122 -
 .../evolution-data-server-CVE-2020-14928.patch     |   115 -
 .../evolution-data-server-CVE-2020-16117.patch     |    28 -
 .../evolution-data-server-libical-compat.patch     |    36 -
 .../patches/evolution-data-server-locales.patch    |    33 -
 gnu/packages/patches/fifengine-boost-compat.patch  |    17 +
 .../patches/findutils-test-rwlock-threads.patch    |    38 -
 gnu/packages/patches/flatpak-fix-path.patch        |    29 +
 .../patches/fontconfig-cache-ignore-mtime.patch    |    15 +
 .../patches/fontconfig-hurd-path-max.patch         |    17 -
 .../patches/freecad-boost-serialization.patch      |    27 +
 gnu/packages/patches/freecad-vtk9.patch            |   827 +
 gnu/packages/patches/freeglut-gcc-compat.patch     |    53 +
 .../patches/ganeti-deterministic-manual.patch      |    16 -
 gnu/packages/patches/ganeti-drbd-compat.patch      |   166 -
 gnu/packages/patches/ganeti-haskell-compat.patch   |    18 +
 gnu/packages/patches/ganeti-os-disk-size.patch     |    17 -
 .../patches/ganeti-preserve-PYTHONPATH.patch       |    21 -
 gnu/packages/patches/ganeti-sphinx-compat.patch    |    24 +
 .../gcc-10-cross-environment-variables.patch       |    51 +
 .../patches/gcc-5-fix-powerpc64le-build.patch      |    64 +
 .../patches/gcc-cross-gxx-include-dir.patch        |    73 +
 .../patches/gd-Revert-fix-303-gdlib.pc.patch       |   179 +
 gnu/packages/patches/gdb-fix-gnu-nat-build.patch   |   254 +
 gnu/packages/patches/gdb-hurd.patch                |    69 -
 .../patches/gdk-pixbuf-CVE-2020-29385.patch        |    53 -
 gnu/packages/patches/gdm-default-session.patch     |    37 +-
 gnu/packages/patches/gdm-elogind-support.patch     |   211 +
 .../patches/gdm-pass-gdk-pixbuf-loader-env.patch   |    24 +
 .../gdm-remove-hardcoded-xwayland-path.patch       |    22 +
 .../gdm-wayland-session-wrapper-from-env.patch     |    35 +
 gnu/packages/patches/geary-CVE-2020-24661.patch    |   133 -
 gnu/packages/patches/geeqie-clutter.patch          |    35 +
 gnu/packages/patches/genimage-mke2fs-test.patch    |    40 +
 gnu/packages/patches/genimage-signedness.patch     |    24 -
 .../patches/ghc-diff-swap-cover-args.patch         |    20 -
 .../patches/ghc-haddock-api-fix-haddock.patch      |    54 -
 gnu/packages/patches/ghc-hpack-fix-tests.patch     |   193 -
 .../ghc-language-haskell-extract-ghc-8.10.patch    |    27 +
 .../patches/ghc-microlens-aeson-fix-tests.patch    |    27 -
 .../patches/ghc-pandoc-fix-html-tests.patch        |    92 -
 .../patches/ghc-pandoc-fix-latex-test.patch        |    31 -
 .../patches/ghostscript-CVE-2020-15900.patch       |    36 -
 .../patches/ghostscript-freetype-compat.patch      |    35 -
 .../ghostscript-no-header-creationdate.patch       |    22 +
 .../patches/glade-gls-set-script-name.patch        |    32 +
 .../patches/glade-test-widget-null-icon.patch      |    30 +
 gnu/packages/patches/glib-CVE-2021-27218.patch     |   132 -
 gnu/packages/patches/glib-CVE-2021-27219-01.patch  |   176 -
 gnu/packages/patches/glib-CVE-2021-27219-02.patch  |   264 -
 gnu/packages/patches/glib-CVE-2021-27219-03.patch  |   136 -
 gnu/packages/patches/glib-CVE-2021-27219-04.patch  |   308 -
 gnu/packages/patches/glib-CVE-2021-27219-05.patch  |    47 -
 gnu/packages/patches/glib-CVE-2021-27219-06.patch  |    94 -
 gnu/packages/patches/glib-CVE-2021-27219-07.patch  |   118 -
 gnu/packages/patches/glib-CVE-2021-27219-08.patch  |    94 -
 gnu/packages/patches/glib-CVE-2021-27219-09.patch  |    98 -
 gnu/packages/patches/glib-CVE-2021-27219-10.patch  |    52 -
 gnu/packages/patches/glib-CVE-2021-27219-11.patch  |    57 -
 gnu/packages/patches/glib-CVE-2021-27219-12.patch  |    30 -
 gnu/packages/patches/glib-CVE-2021-27219-13.patch  |    32 -
 gnu/packages/patches/glib-CVE-2021-27219-14.patch  |    32 -
 gnu/packages/patches/glib-CVE-2021-27219-15.patch  |    95 -
 gnu/packages/patches/glib-CVE-2021-27219-16.patch  |    43 -
 gnu/packages/patches/glib-CVE-2021-27219-17.patch  |    37 -
 gnu/packages/patches/glib-CVE-2021-27219-18.patch  |   232 -
 gnu/packages/patches/glib-CVE-2021-28153.patch     |   283 -
 .../patches/glib-networking-32-bit-time.patch      |    61 +
 .../patches/glib-networking-gnutls-binding.patch   |    21 +
 gnu/packages/patches/glib-skip-failing-test.patch  |    27 +
 gnu/packages/patches/glib-tests-timer.patch        |    15 -
 gnu/packages/patches/glibc-2.27-git-fixes.patch    |   702 -
 .../patches/glibc-2.27-supported-locales.patch     |    33 -
 gnu/packages/patches/glibc-2.28-git-fixes.patch    |   248 -
 .../patches/glibc-2.28-supported-locales.patch     |    33 -
 ... glibc-2.31-hurd-clock_gettime_monotonic.patch} |     0
 gnu/packages/patches/glibc-bootstrap-system.patch  |    37 +-
 gnu/packages/patches/glibc-cross-objcopy.patch     |   159 +
 gnu/packages/patches/glibc-cross-objdump.patch     |   159 +
 gnu/packages/patches/glibc-dl-cache.patch          |   140 +
 .../glibc-hurd-clock_gettime_monotonic.patch       |    19 +-
 gnu/packages/patches/glibc-skip-c++.patch          |    31 +
 gnu/packages/patches/glibc-static-nss.patch        |  1244 +
 .../patches/gnome-boxes-add-guix-logo.patch        |    32 +
 .../patches/gnome-builder-update-libportal.patch   |    93 +
 .../patches/gnome-control-center-libexecdir.patch  |    58 +
 .../patches/gnome-online-miners-tracker-3.patch    |  1505 +
 .../patches/gnome-screenshot-meson-0.60.patch      |    39 +
 .../patches/gnome-session-support-elogind.patch    |    73 +
 .../patches/gnome-shell-CVE-2020-17489.patch       |    46 -
 .../patches/gnome-shell-disable-test.patch         |    25 -
 gnu/packages/patches/gnome-shell-theme.patch       |    51 -
 .../gnome-todo-delete-esource-duplicate.patch      |    10 -
 gnu/packages/patches/gnome-todo-libportal.patch    |    54 +
 .../patches/gnupg-1-build-with-gcc10.patch         |    64 +
 gnu/packages/patches/gnutls-CVE-2021-20231.patch   |    62 -
 gnu/packages/patches/gnutls-CVE-2021-20232.patch   |    60 -
 .../patches/gnutls-guile-eintr-eagain.patch        |    56 +
 .../go-github-com-golang-snappy-32bit-test.patch   |    53 +
 gnu/packages/patches/gpaste-fix-paths.patch        |    24 +
 gnu/packages/patches/graphviz-CVE-2020-18032.patch |    49 -
 gnu/packages/patches/grfcodec-gcc-compat.patch     |    31 +
 .../patches/gtk-doc-respect-xml-catalog.patch      |    16 +
 gnu/packages/patches/gtk-introspection-test.patch  |    22 +
 gnu/packages/patches/gtk2-fix-builder-test.patch   |    94 +
 .../patches/gtk4-respect-GUIX_GTK4_PATH.patch      |    51 +
 gnu/packages/patches/guile-email-fix-tests.patch   |    35 +
 .../guile-git-adjust-for-libgit2-1.2.0.patch       |    78 +
 .../patches/guile-ssh-fix-test-suite.patch         |   217 +
 gnu/packages/patches/guile-ssh-read-error.patch    |    18 +
 .../gvfs-add-support-for-libplist-2.2.patch        |    34 -
 gnu/packages/patches/hedgewars-network-bsd.patch   |   150 +
 gnu/packages/patches/helm-fix-gcc-9-build.patch    |   140 +
 gnu/packages/patches/hexchat-add-libera-chat.patch |    76 -
 gnu/packages/patches/htslib-for-stringtie.patch    |    26 +
 gnu/packages/patches/hueplusplus-mbedtls.patch     |    20 +
 .../i3status-rust-enable-unstable-features.patch   |    20 +
 gnu/packages/patches/i7z-gcc-10.patch              |    23 +
 gnu/packages/patches/icecat-makeicecat.patch       |   133 +-
 .../icedtea-6-extend-hotspot-aarch64-support.patch |  1831 -
 gnu/packages/patches/icu4c-CVE-2020-10531.patch    |   127 -
 .../patches/idris-build-with-haskeline-0.8.patch   |    85 +
 .../patches/idris-build-with-megaparsec-9.patch    |    27 +
 gnu/packages/patches/inetutils-hurd.patch          |   583 -
 .../inkscape-1.1-fix-build-witch-gcc7.5.patch      |    24 -
 gnu/packages/patches/jacal-fix-texinfo.patch       |    92 -
 gnu/packages/patches/jami-fix-crash-on-quit.patch  |    34 +
 .../patches/jsoncpp-fix-inverted-case.patch        |    22 -
 .../patches/jsoncpp-pkg-config-version.patch       |    24 +
 .../patches/julia-allow-parallel-build.patch       |    32 +
 gnu/packages/patches/lcms-CVE-2018-16435.patch     |   171 -
 .../patches/ldc-bootstrap-disable-tests.patch      |    72 -
 .../patches/ldc-disable-phobos-tests.patch         |    22 -
 gnu/packages/patches/libblockdev-glib-compat.patch |    61 -
 .../patches/libcacard-unknown-variable.patch       |    50 -
 .../patches/libmicrohttpd-0.9.73-test-ssl3.patch   |    35 +
 .../patches/librime-fix-build-with-gcc10.patch     |    41 +
 .../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/libtirpc-hurd-client.patch    |    50 -
 gnu/packages/patches/libtool-skip-tests2.patch     |     8 +-
 .../libunwind-julia-fix-GCC10-fno-common.patch     |    40 +
 gnu/packages/patches/libxml2-parent-pointers.patch |   228 +
 .../patches/libxml2-terminating-newline.patch      |    33 +
 .../patches/libxml2-xpath-recursion-limit.patch    |    20 +
 gnu/packages/patches/libxt-guix-search-paths.patch |    13 +-
 gnu/packages/patches/linuxdcpp-openssl-1.1.patch   |    26 +
 .../patches/llvm-3.6-fix-build-with-gcc-10.patch   |    13 +
 gnu/packages/patches/lua-5.4-liblua-so.patch       |    33 +
 gnu/packages/patches/lua-5.4-pkgconfig.patch       |   110 +
 gnu/packages/patches/mariadb-CVE-2021-27928.patch  |   642 -
 gnu/packages/patches/mathjax-disable-webpack.patch |    23 +
 gnu/packages/patches/mathjax-no-a11y.patch         |   286 +
 gnu/packages/patches/mesa-opencl-all-targets.patch |    25 +
 gnu/packages/patches/mesa-skip-tests.patch         |    48 +-
 .../meson-allow-dirs-outside-of-prefix.patch       |    20 +
 gnu/packages/patches/meson-for-build-rpath.patch   |    24 -
 gnu/packages/patches/metabat-fix-compilation.patch |    39 -
 gnu/packages/patches/mit-krb5-hurd.patch           |    15 -
 .../patches/mit-krb5-qualify-short-hostnames.patch |    29 -
 .../mixxx-link-qtscriptbytearray-qtscript.patch    |    25 +
 .../mixxx-system-googletest-benchmark.patch        |    43 +
 .../patches/monero-use-system-miniupnpc.patch      |    12 +-
 gnu/packages/patches/mpg321-gcc-10.patch           |    83 +
 gnu/packages/patches/mupdf-CVE-2021-3407.patch     |    51 -
 gnu/packages/patches/mupdf-fix-linkage.patch       |    27 -
 .../patches/nautilus-add-libportal-gtk3.patch      |    61 +
 gnu/packages/patches/network-manager-meson.patch   |    21 +
 .../patches/network-manager-plugin-path.patch      |    69 +-
 gnu/packages/patches/ngless-unliftio.patch         |    66 +
 gnu/packages/patches/nix-dont-build-html-doc.diff  |    26 +
 gnu/packages/patches/nss-getcwd-nonnull.patch      |    30 +
 .../patches/ocaml-4.09-multiple-definitions.patch  |    41 +
 .../patches/ocaml-cairo2-caml_ba_array-fix.patch   |    68 -
 .../patches/ocaml-multiple-definitions.patch       |    43 +
 .../ocaml-ppx-variants-ppxlib-api-change.patch     |    42 -
 .../patches/ocaml-qcheck-fix-test-whitespace.patch |    24 +
 .../opencv-fix-build-of-grfmt_jpeg2000.cpp.patch   |    39 -
 .../patches/opencv-rgbd-aarch64-test-fix.patch     |    40 -
 .../patches/openrgb-unbundle-hueplusplus.patch     |    58 +
 gnu/packages/patches/p11-kit-hurd.patch            |    46 +
 .../patches/password-store-tree-compat.patch       |    29 +
 .../passwordsafe-meson-remove-extra-argument.patch |    20 +
 gnu/packages/patches/perl-cross.patch              |    60 -
 .../patches/perl-deterministic-ordering.patch      |    29 -
 .../perl-io-socket-ssl-openssl-1.0.2f-fix.patch    |    33 -
 gnu/packages/patches/perl-no-sys-dirs.patch        |    99 +-
 gnu/packages/patches/php-bug-74093-test.patch      |    48 +
 .../php-openssl_x509_checkpurpose_basic.patch      |   108 +
 gnu/packages/patches/pigx-bsseq-no-citeproc.patch  |    33 +
 .../patches/pigx-chipseq-no-citeproc.patch         |    33 +
 gnu/packages/patches/pigx-rnaseq-no-citeproc.patch |    33 +
 .../patches/pigx-sars-cov2-ww-no-citeproc.patch    |    33 +
 .../patches/pigx-scrnaseq-no-citeproc.patch        |    33 +
 .../patches/pipewire-0.2.7-fno-common.patch        |    51 +
 .../patches/pitivi-fix-build-with-meson-0.60.patch |    46 +
 .../pjproject-correct-the-cflags-field.patch       |   121 -
 .../patches/pjproject-fix-pkg-config-ldflags.patch |    79 -
 .../patches/pjproject-install-libpjsua2.patch      |    19 +
 .../patches/polkit-configure-elogind.patch         |    15 +
 gnu/packages/patches/polkit-use-duktape.patch      |  5030 ++
 .../patches/ppsspp-disable-upgrade-and-gold.patch  |   234 +-
 gnu/packages/patches/pulseview-glib-2.68.patch     |    54 +
 .../patches/purescript-relax-dependencies.patch    |    40 -
 .../patches/python-2.7-no-static-lib.patch         |    70 +
 gnu/packages/patches/python-3-fix-tests.patch      |   194 +-
 gnu/packages/patches/python-3-hurd-configure.patch |    27 +
 gnu/packages/patches/python-3-no-static-lib.patch  |    75 +
 .../patches/python-3.8-CVE-2021-3177.patch         |   194 -
 gnu/packages/patches/python-3.8-fix-tests.patch    |    42 -
 gnu/packages/patches/python-3.9-fix-tests.patch    |   370 -
 .../python-babel-fix-parse-future-test.patch       |    68 +
 .../patches/python-chai-drop-python2.patch         |    32 +
 .../patches/python-docopt-pytest6-compat.patch     |    29 +
 .../python-fixtures-remove-monkeypatch-test.patch  |    59 +
 .../patches/python-magic-python-bytecode.patch     |    19 +
 gnu/packages/patches/python-pdoc3-tests.patch      |    42 +
 .../patches/python-peachpy-determinism.patch       |    25 +
 .../python-piexif-fix-tests-with-pillow-7.2.patch  |    44 +
 .../patches/python-poppler-qt5-fix-build.patch     |   116 +
 .../patches/python-pydot-regression-test.patch     |    79 -
 .../patches/python-pyflakes-test-location.patch    |    42 +
 .../patches/python-pytorch-system-libraries.patch  |   164 +-
 .../patches/python-random2-getrandbits-test.patch  |    23 +
 gnu/packages/patches/python-testtools.patch        |    57 -
 .../patches/python-typing-inspect-fix.patch        |    38 +
 .../patches/python-versioneer-guix-support.patch   |    35 +
 gnu/packages/patches/python-werkzeug-tests.patch   |    58 +
 gnu/packages/patches/qemu-CVE-2021-20203.patch     |   172 -
 gnu/packages/patches/qemu-fix-agent-paths.patch    |    66 +
 gnu/packages/patches/qemu-meson-compat.patch       |    27 -
 gnu/packages/patches/qemu-sphinx-compat.patch      |    18 -
 .../qtwebkit-fix-building-with-bison-3.7.patch     |    54 +
 .../qtwebkit-fix-building-with-glib-2.68.patch     |    21 +
 .../qtwebkit-fix-building-with-icu-68.patch        |   152 +
 .../qtwebkit-fix-building-with-python-3.9.patch    |    35 +
 gnu/packages/patches/quassel-qt-514-compat.patch   |   130 -
 .../patches/r-httpuv-1.5.5-unvendor-libuv.patch    |    34 +-
 .../patches/racket-minimal-backport-1629887.patch  |    28 -
 gnu/packages/patches/ragel-char-signedness.patch   |    42 +
 .../patches/range-v3-build-with-gcc10.patch        |   122 +
 .../patches/retroarch-LIBRETRO_DIRECTORY.patch     |    32 +-
 gnu/packages/patches/rust-1.19-mrustc.patch        |    28 -
 .../rust-1.25-accept-more-detailed-gdb-lines.patch |   111 -
 gnu/packages/patches/rust-1.30-gdb-llvm.patch      |    89 -
 gnu/packages/patches/rust-1.45-linker-locale.patch |    14 -
 gnu/packages/patches/rust-1.48-linker-locale.patch |    14 -
 .../patches/rust-adblock-ignore-live-tests.patch   |    69 +
 .../patches/rust-bootstrap-stage0-test.patch       |    55 -
 .../patches/rust-openssl-sys-no-vendor.patch       |     2 +
 .../patches/rust-reproducible-builds.patch         |    25 -
 .../patches/rust-shell2batch-lint-fix.patch        |    25 +
 .../patches/rust-wl-clipboard-rs-newer-wl.patch    |    26 +
 gnu/packages/patches/rustc-1.39.0-src.patch        |    99 +
 .../patches/sbcl-aserve-add-HTML-5-elements.patch  |    63 +
 .../patches/sbcl-aserve-fix-rfe12668.patch         |    43 +
 .../patches/scalapack-blacs-mpi-deprecations.patch |   170 -
 .../patches/scalapack-gcc-10-compilation.patch     |  5684 ++
 .../sendgmail-accept-ignored-gsuite-flag.patch     |    39 +
 .../sendgmail-remove-domain-restriction.patch      |    34 +
 gnu/packages/patches/shadow-hurd-pctrl.patch       |    16 -
 gnu/packages/patches/spice-vdagent-glib-2.68.patch |   112 +
 .../sssd-collision-with-external-nss-symbol.patch  |    71 +
 gnu/packages/patches/sssd-fix-samba-4.15.3.patch   |   523 +
 gnu/packages/patches/strace-readlink-tests.patch   |    46 +
 .../patches/supertux-unbundle-squirrel.patch       |    17 +-
 gnu/packages/patches/syslinux-gcc10.patch          |    87 +
 .../patches/syslinux-strip-gnu-property.patch      |    31 +
 .../patches/tcl-fix-cross-compilation.patch        |    39 -
 gnu/packages/patches/tcsh-fix-autotest.patch       |    11 -
 .../telepathy-glib-channel-memory-leak.patch       |    19 -
 gnu/packages/patches/tensorflow-c-api-fix.patch    |   312 +
 .../patches/texlive-bin-poppler-0.83.patch         |    52 -
 .../patches/texlive-bin-poppler-0.86.patch         |    17 -
 .../patches/tootle-glib-object-naming.patch        |    66 +
 gnu/packages/patches/tootle-reason-phrase.patch    |    48 +
 gnu/packages/patches/tor-sandbox-i686.patch        |    36 +
 .../transmission-remote-gtk-fix-appstream.patch    |    61 -
 gnu/packages/patches/tremc-fix-decodestring.patch  |    25 +
 .../patches/trytond-add-egg-modules-to-path.patch  |    22 +
 .../patches/trytond-add-guix_trytond_path.patch    |    26 +
 .../patches/u-boot-allow-disabling-openssl.patch   |   164 +
 .../patches/u-boot-rk3399-enable-emmc-phy.patch    |    26 +
 gnu/packages/patches/udiskie-no-appindicator.patch |   155 -
 .../patches/ungoogled-chromium-RUNPATH.patch       |    22 +
 ...googled-chromium-accelerated-video-decode.patch |    18 +
 .../patches/ungoogled-chromium-system-ffmpeg.patch |    18 +
 gnu/packages/patches/vigra-python-compat.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 +
 .../xf86-video-mach64-bool-to-boolean.patch        |    79 +
 .../patches/xf86-video-nouveau-fixup-ABI.patch     |    64 +
 .../patches/xf86-video-qxl-fix-build.patch         |   101 +
 .../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 +
 gnu/packages/patches/xygrib-fix-finding-data.patch |   131 +
 gnu/packages/patches/yggdrasil-extra-config.patch  |    78 +-
 .../patches/zig-disable-libc-note-test.patch       |    31 +
 gnu/packages/patches/zig-use-system-paths.patch    |   148 +
 .../zstd-CVE-2021-24031_CVE-2021-24032.patch       |    68 -
 gnu/packages/patches/zziplib-CVE-2018-16548.patch  |    49 -
 gnu/packages/patchutils.scm                        |    53 +-
 gnu/packages/patool.scm                            |    38 +-
 gnu/packages/pciutils.scm                          |    10 +-
 gnu/packages/pcre.scm                              |    58 +-
 gnu/packages/pdf.scm                               |   291 +-
 gnu/packages/pem.scm                               |     2 +-
 gnu/packages/pep.scm                               |    31 +-
 gnu/packages/perl-check.scm                        |   242 +-
 gnu/packages/perl-compression.scm                  |    11 +-
 gnu/packages/perl-maths.scm                        |    10 +-
 gnu/packages/perl-web.scm                          |    11 +-
 gnu/packages/perl.scm                              |  1863 +-
 gnu/packages/perl6.scm                             |    46 +-
 gnu/packages/phabricator.scm                       |    16 +-
 gnu/packages/photo.scm                             |   192 +-
 gnu/packages/php.scm                               |    32 +-
 gnu/packages/piet.scm                              |    13 +-
 gnu/packages/pkg-config.scm                        |    37 +
 gnu/packages/plan9.scm                             |     3 +-
 gnu/packages/plotutils.scm                         |   235 +-
 gnu/packages/poedit.scm                            |    21 +-
 gnu/packages/polkit.scm                            |    98 +-
 gnu/packages/popt.scm                              |     2 +-
 gnu/packages/presentation.scm                      |    21 +-
 gnu/packages/pretty-print.scm                      |    43 +-
 gnu/packages/profiling.scm                         |   157 +-
 gnu/packages/protobuf.scm                          |    72 +-
 gnu/packages/pth.scm                               |    22 +-
 gnu/packages/pulseaudio.scm                        |   156 +-
 gnu/packages/pumpio.scm                            |    10 +-
 gnu/packages/pure.scm                              |     4 +-
 gnu/packages/purescript.scm                        |   216 +-
 gnu/packages/pv.scm                                |    23 +-
 gnu/packages/python-build.scm                      |   272 +-
 gnu/packages/python-check.scm                      |   798 +-
 gnu/packages/python-compression.scm                |   178 +-
 gnu/packages/python-crypto.scm                     |   411 +-
 gnu/packages/python-science.scm                    |   437 +-
 gnu/packages/python-web.scm                        |  2672 +-
 gnu/packages/python-xyz.scm                        | 10439 +--
 gnu/packages/python.scm                            |   645 +-
 gnu/packages/qt.scm                                |   377 +-
 gnu/packages/racket.scm                            |    21 +-
 gnu/packages/radio.scm                             |   803 +-
 gnu/packages/ragel.scm                             |    29 +-
 gnu/packages/rails.scm                             |   179 +-
 gnu/packages/ratpoison.scm                         |     3 +-
 gnu/packages/rcm.scm                               |     3 +-
 gnu/packages/rdesktop.scm                          |    25 +-
 gnu/packages/rdf.scm                               |   157 +-
 gnu/packages/re2c.scm                              |     2 +-
 gnu/packages/readline.scm                          |    27 +-
 gnu/packages/rednotebook.scm                       |     6 +-
 gnu/packages/robotics.scm                          |    35 +-
 gnu/packages/rocm.scm                              |    23 +-
 gnu/packages/rpc.scm                               |    35 +-
 gnu/packages/rpm.scm                               |    50 +-
 gnu/packages/rrdtool.scm                           |    22 +-
 gnu/packages/rsync.scm                             |    52 +-
 gnu/packages/ruby.scm                              |  2063 +-
 gnu/packages/rush.scm                              |     5 +-
 gnu/packages/rust-apps.scm                         |   790 +-
 gnu/packages/rust.scm                              |  1881 +-
 gnu/packages/sagemath.scm                          |    46 +-
 gnu/packages/samba.scm                             |   244 +-
 gnu/packages/sawfish.scm                           |    32 +-
 gnu/packages/scanner.scm                           |   112 +-
 gnu/packages/scheme.scm                            |   151 +-
 gnu/packages/screen.scm                            |     8 +-
 gnu/packages/scribus.scm                           |    64 +-
 gnu/packages/scsi.scm                              |     7 +-
 gnu/packages/sdl.scm                               |   146 +-
 gnu/packages/search.scm                            |   260 +-
 gnu/packages/security-token.scm                    |   385 +-
 gnu/packages/selinux.scm                           |    87 +-
 gnu/packages/sequoia.scm                           |   635 +-
 gnu/packages/serialization.scm                     |   136 +-
 gnu/packages/serveez.scm                           |    13 +-
 gnu/packages/shells.scm                            |  1060 +-
 gnu/packages/shellutils.scm                        |   368 +-
 gnu/packages/simh.scm                              |     2 +-
 gnu/packages/simulation.scm                        |    82 +-
 gnu/packages/skarnet.scm                           |    66 +-
 gnu/packages/skribilo.scm                          |    24 +-
 gnu/packages/slang.scm                             |    22 +-
 gnu/packages/smalltalk.scm                         |    34 +-
 gnu/packages/sml.scm                               |   267 +-
 gnu/packages/solidity.scm                          |    90 +
 gnu/packages/speech.scm                            |    82 +-
 gnu/packages/sphinx.scm                            |   432 +-
 gnu/packages/spice.scm                             |   145 +-
 gnu/packages/spreadsheet.scm                       |   119 +
 gnu/packages/sqlite.scm                            |    80 +-
 gnu/packages/ssh.scm                               |   211 +-
 gnu/packages/sssd.scm                              |   145 +-
 gnu/packages/stalonetray.scm                       |     2 +-
 gnu/packages/statistics.scm                        |  1832 +-
 gnu/packages/stb.scm                               |     2 +-
 gnu/packages/stenography.scm                       |    20 +-
 gnu/packages/storage.scm                           |   103 +-
 gnu/packages/suckless.scm                          |   258 +-
 gnu/packages/swig.scm                              |    28 +-
 gnu/packages/sync.scm                              |   123 +-
 gnu/packages/syncthing.scm                         |   128 +-
 gnu/packages/syndication.scm                       |   245 +-
 gnu/packages/synergy.scm                           |     2 +-
 gnu/packages/task-management.scm                   |    93 +-
 gnu/packages/task-runners.scm                      |     2 +-
 gnu/packages/tbb.scm                               |    47 +-
 gnu/packages/tcl.scm                               |   154 +-
 gnu/packages/telegram.scm                          |   150 +-
 gnu/packages/telephony.scm                         |   191 +-
 gnu/packages/terminals.scm                         |   290 +-
 gnu/packages/tex.scm                               |  4079 +-
 gnu/packages/texinfo.scm                           |    59 +-
 gnu/packages/text-editors.scm                      |   222 +-
 gnu/packages/textutils.scm                         |   160 +-
 gnu/packages/time.scm                              |   142 +-
 gnu/packages/tls.scm                               |   700 +-
 gnu/packages/tmux.scm                              |    20 +-
 gnu/packages/tor.scm                               |   182 +-
 gnu/packages/toys.scm                              |    33 +-
 gnu/packages/tryton.scm                            |  1599 +-
 gnu/packages/tv.scm                                |    26 +-
 gnu/packages/uglifyjs.scm                          |     3 +-
 gnu/packages/uml.scm                               |     3 +-
 gnu/packages/unicode.scm                           |    64 +
 gnu/packages/upnp.scm                              |     8 +-
 gnu/packages/usb-modeswitch.scm                    |     9 +-
 gnu/packages/uucp.scm                              |    23 +-
 gnu/packages/valgrind.scm                          |     6 +-
 gnu/packages/version-control.scm                   |   638 +-
 gnu/packages/video.scm                             |  1456 +-
 gnu/packages/vim.scm                               |   427 +-
 gnu/packages/virtualization.scm                    |   981 +-
 gnu/packages/visidata.scm                          |    64 -
 gnu/packages/vlang.scm                             |    42 +-
 gnu/packages/vnc.scm                               |   212 +-
 gnu/packages/vpn.scm                               |   245 +-
 gnu/packages/vulkan.scm                            |    64 +-
 gnu/packages/w3m.scm                               |    14 +-
 gnu/packages/wdiff.scm                             |     6 +-
 gnu/packages/web-browsers.scm                      |   290 +-
 gnu/packages/web.scm                               |  1898 +-
 gnu/packages/webkit.scm                            |    79 +-
 gnu/packages/wget.scm                              |    27 +-
 gnu/packages/wicd.scm                              |     5 +-
 gnu/packages/wine.scm                              |   127 +-
 gnu/packages/wireservice.scm                       |    30 +-
 gnu/packages/wm.scm                                |   917 +-
 gnu/packages/wordnet.scm                           |     3 +-
 gnu/packages/wv.scm                                |     9 +-
 gnu/packages/wxwidgets.scm                         |    67 +-
 gnu/packages/xdisorg.scm                           |   794 +-
 gnu/packages/xfce.scm                              |   587 +-
 gnu/packages/xfig.scm                              |    11 +-
 gnu/packages/xiph.scm                              |   138 +-
 gnu/packages/xml.scm                               |   401 +-
 gnu/packages/xnee.scm                              |    18 +-
 gnu/packages/xorg.scm                              |  1907 +-
 gnu/packages/zig.scm                               |   105 +
 gnu/packages/zile.scm                              |     4 +-
 gnu/packages/zwave.scm                             |    73 +-
 gnu/platform.scm                                   |    38 +
 gnu/platforms/arm.scm                              |    36 +
 gnu/platforms/hurd.scm                             |    28 +
 gnu/services.scm                                   |     8 +-
 gnu/services/admin.scm                             |     2 +-
 gnu/services/auditd.scm                            |     2 +-
 gnu/services/authentication.scm                    |     4 +-
 gnu/services/avahi.scm                             |     2 +-
 gnu/services/base.scm                              |   585 +-
 gnu/services/cgit.scm                              |     4 +-
 gnu/services/ci.scm                                |     4 +-
 gnu/services/configuration.scm                     |    96 +-
 gnu/services/cuirass.scm                           |     6 +-
 gnu/services/cups.scm                              |    11 +-
 gnu/services/databases.scm                         |    10 +-
 gnu/services/dbus.scm                              |    23 +-
 gnu/services/desktop.scm                           |    48 +-
 gnu/services/dns.scm                               |    12 +-
 gnu/services/docker.scm                            |    14 +-
 gnu/services/file-sharing.scm                      |     2 +-
 gnu/services/ganeti.scm                            |    24 +-
 gnu/services/getmail.scm                           |     2 +-
 gnu/services/guix.scm                              |     2 +-
 gnu/services/hurd.scm                              |     4 +-
 gnu/services/lirc.scm                              |     2 +-
 gnu/services/mail.scm                              |     6 +-
 gnu/services/mcron.scm                             |     2 +-
 gnu/services/messaging.scm                         |     4 +-
 gnu/services/monitoring.scm                        |     6 +-
 gnu/services/networking.scm                        |    12 +-
 gnu/services/nfs.scm                               |     4 +-
 gnu/services/nix.scm                               |     2 +-
 gnu/services/pam-mount.scm                         |     2 +-
 gnu/services/pm.scm                                |     4 +-
 gnu/services/rsync.scm                             |   173 +-
 gnu/services/science.scm                           |     2 +-
 gnu/services/shepherd.scm                          |     2 +-
 gnu/services/sound.scm                             |     2 +-
 gnu/services/ssh.scm                               |    15 +-
 gnu/services/syncthing.scm                         |     2 +-
 gnu/services/telephony.scm                         |    14 +-
 gnu/services/version-control.scm                   |     4 +-
 gnu/services/virtualization.scm                    |    99 +-
 gnu/services/vpn.scm                               |    19 +-
 gnu/services/web.scm                               |    24 +-
 gnu/services/xorg.scm                              |    58 +-
 gnu/system.scm                                     |    82 +-
 gnu/system/examples/desktop.tmpl                   |    43 +-
 gnu/system/examples/vm-image.tmpl                  |     6 +-
 gnu/system/file-systems.scm                        |    71 +-
 gnu/system/hurd.scm                                |    16 +-
 gnu/system/image.scm                               |   233 +-
 gnu/system/images/hurd.scm                         |     9 +-
 gnu/system/images/novena.scm                       |     6 +-
 gnu/system/images/pine64.scm                       |     6 +-
 gnu/system/images/pinebook-pro.scm                 |     6 +-
 gnu/system/images/rock64.scm                       |     8 +-
 gnu/system/install.scm                             |     5 +-
 gnu/system/linux-initrd.scm                        |     6 +-
 gnu/system/locale.scm                              |     1 -
 gnu/system/mapped-devices.scm                      |    10 +-
 gnu/system/pam.scm                                 |     4 +-
 gnu/system/shadow.scm                              |     8 +-
 gnu/system/vm.scm                                  |   573 +-
 gnu/tests/audio.scm                                |     7 +-
 gnu/tests/base.scm                                 |    45 +-
 gnu/tests/ci.scm                                   |     9 +-
 gnu/tests/cups.scm                                 |     7 +-
 gnu/tests/databases.scm                            |    24 +-
 gnu/tests/desktop.scm                              |     9 +-
 gnu/tests/dict.scm                                 |     9 +-
 gnu/tests/docker.scm                               |    65 +-
 gnu/tests/file-sharing.scm                         |     7 +-
 gnu/tests/ganeti.scm                               |    39 +-
 gnu/tests/guix.scm                                 |    14 +-
 gnu/tests/install.scm                              |    24 +-
 gnu/tests/ldap.scm                                 |     7 +-
 gnu/tests/linux-modules.scm                        |    11 +-
 gnu/tests/mail.scm                                 |    30 +-
 gnu/tests/messaging.scm                            |    23 +-
 gnu/tests/monitoring.scm                           |    15 +-
 gnu/tests/networking.scm                           |   179 +-
 gnu/tests/nfs.scm                                  |   204 +-
 gnu/tests/package-management.scm                   |     8 +-
 gnu/tests/reconfigure.scm                          |    25 +-
 gnu/tests/rsync.scm                                |    47 +-
 gnu/tests/security-token.scm                       |     7 +-
 gnu/tests/singularity.scm                          |     9 +-
 gnu/tests/ssh.scm                                  |     9 +-
 gnu/tests/telephony.scm                            |    11 +-
 gnu/tests/version-control.scm                      |    33 +-
 gnu/tests/virtualization.scm                       |    16 +-
 gnu/tests/web.scm                                  |    43 +-
 guix/build-system/android-ndk.scm                  |    99 +-
 guix/build-system/ant.scm                          |    82 +-
 guix/build-system/asdf.scm                         |   149 +-
 guix/build-system/cargo.scm                        |    81 +-
 guix/build-system/chicken.scm                      |    96 +-
 guix/build-system/clojure.scm                      |   117 +-
 guix/build-system/cmake.scm                        |   222 +-
 guix/build-system/copy.scm                         |    77 +-
 guix/build-system/dub.scm                          |    89 +-
 guix/build-system/dune.scm                         |    87 +-
 guix/build-system/emacs.scm                        |    66 +-
 guix/build-system/font.scm                         |    65 +-
 guix/build-system/glib-or-gtk.scm                  |   264 +-
 guix/build-system/gnu.scm                          |   329 +-
 guix/build-system/go.scm                           |   222 +-
 guix/build-system/guile.scm                        |   171 +-
 guix/build-system/haskell.scm                      |   101 +-
 guix/build-system/julia.scm                        |    67 +-
 guix/build-system/linux-module.scm                 |   270 +-
 guix/build-system/maven.scm                        |   114 +-
 guix/build-system/meson.scm                        |   357 +-
 guix/build-system/minify.scm                       |    60 +-
 guix/build-system/node.scm                         |    74 +-
 guix/build-system/ocaml.scm                        |    84 +-
 guix/build-system/perl.scm                         |    77 +-
 guix/build-system/python.scm                       |    87 +-
 guix/build-system/qt.scm                           |   214 +-
 guix/build-system/r.scm                            |    70 +-
 guix/build-system/rakudo.scm                       |    62 +-
 guix/build-system/renpy.scm                        |    89 +-
 guix/build-system/ruby.scm                         |    72 +-
 guix/build-system/scons.scm                        |    76 +-
 guix/build-system/texlive.scm                      |   103 +-
 guix/build-system/trivial.scm                      |    97 +-
 guix/build-system/waf.scm                          |    88 +-
 guix/build/clojure-build-system.scm                |    43 +-
 guix/build/clojure-utils.scm                       |    12 +-
 guix/build/compile.scm                             |    32 +-
 guix/build/copy-build-system.scm                   |    11 +-
 guix/build/download.scm                            |     7 +-
 guix/build/emacs-build-system.scm                  |    23 +-
 guix/build/glib-or-gtk-build-system.scm            |   173 +-
 guix/build/gnu-build-system.scm                    |   222 +-
 guix/build/go-build-system.scm                     |    32 +-
 guix/build/gremlin.scm                             |   121 +-
 guix/build/haskell-build-system.scm                |    46 +-
 guix/build/julia-build-system.scm                  |   115 +-
 guix/build/lisp-utils.scm                          |     2 +-
 guix/build/maven/pom.scm                           |     2 +-
 guix/build/meson-build-system.scm                  |    20 +-
 guix/build/meson-configuration.scm                 |    56 +
 guix/build/minetest-build-system.scm               |    25 +-
 guix/build/minify-build-system.scm                 |    11 +-
 guix/build/node-build-system.scm                   |   236 +-
 guix/build/po.scm                                  |   117 +-
 guix/build/python-build-system.scm                 |   144 +-
 guix/build/qt-build-system.scm                     |     1 +
 guix/build/qt-utils.scm                            |     8 +-
 guix/build/rakudo-build-system.scm                 |    12 +-
 guix/build/rpath.scm                               |    59 -
 guix/build/ruby-build-system.scm                   |    25 +-
 guix/build/syscalls.scm                            |    70 +-
 guix/build/texlive-build-system.scm                |    50 +-
 guix/build/union.scm                               |     7 +-
 guix/build/utils.scm                               |   259 +-
 guix/cache.scm                                     |    10 +-
 guix/channels.scm                                  |     2 +
 guix/ci.scm                                        |     4 +-
 guix/combinators.scm                               |    50 +-
 guix/cpu.scm                                       |   143 +
 guix/deprecation.scm                               |    22 +-
 guix/derivations.scm                               |    31 +-
 guix/diagnostics.scm                               |    38 +-
 guix/docker.scm                                    |     9 +-
 guix/download.scm                                  |    45 +-
 guix/extracting-download.scm                       |   179 +
 guix/gexp.scm                                      |   388 +-
 guix/git.scm                                       |    14 +-
 guix/gnupg.scm                                     |    31 +-
 guix/grafts.scm                                    |    12 +
 guix/hash.scm                                      |    73 +
 guix/import/cran.scm                               |   156 +-
 guix/import/crate.scm                              |     8 +-
 guix/import/egg.scm                                |    51 +-
 guix/import/elpa.scm                               |    84 +-
 guix/import/gem.scm                                |     8 +-
 guix/import/git.scm                                |    22 +-
 guix/import/github.scm                             |    52 +-
 guix/import/gnu.scm                                |     3 +-
 guix/import/go.scm                                 |    91 +-
 guix/import/hackage.scm                            |    31 +-
 guix/import/minetest.scm                           |    74 +-
 guix/import/opam.scm                               |    25 +-
 guix/import/print.scm                              |   110 +-
 guix/import/pypi.scm                               |    82 +-
 guix/import/stackage.scm                           |   118 +-
 guix/import/texlive.scm                            |   309 +-
 guix/import/utils.scm                              |    17 +-
 guix/inferior.scm                                  |    19 +-
 guix/licenses.scm                                  |     2 +
 guix/lint.scm                                      |    72 +-
 guix/narinfo.scm                                   |     4 +-
 guix/packages.scm                                  |   964 +-
 guix/profiles.scm                                  |    81 +-
 guix/progress.scm                                  |    26 +-
 guix/scripts/challenge.scm                         |    97 +-
 guix/scripts/environment.scm                       |   485 +-
 guix/scripts/graph.scm                             |     2 +-
 guix/scripts/hash.scm                              |   116 +-
 guix/scripts/home.scm                              |    52 +-
 guix/scripts/home/import.scm                       |   329 +-
 guix/scripts/import/cran.scm                       |    35 +-
 guix/scripts/import/egg.scm                        |    34 +-
 guix/scripts/import/go.scm                         |    69 +-
 guix/scripts/import/pypi.scm                       |    32 +-
 guix/scripts/import/texlive.scm                    |    18 +-
 guix/scripts/offload.scm                           |    58 +-
 guix/scripts/pack.scm                              |    29 +-
 guix/scripts/package.scm                           |    52 +-
 guix/scripts/publish.scm                           |    82 +-
 guix/scripts/refresh.scm                           |    62 +-
 guix/scripts/shell.scm                             |   444 +
 guix/scripts/style.scm                             |   854 +
 guix/scripts/substitute.scm                        |     2 +-
 guix/scripts/system.scm                            |    67 +-
 guix/self.scm                                      |   116 +-
 guix/status.scm                                    |     2 +
 guix/store.scm                                     |    22 +-
 guix/store/deduplication.scm                       |    69 +-
 guix/store/roots.scm                               |     2 +-
 guix/substitutes.scm                               |     6 +-
 guix/svn-download.scm                              |    35 +-
 guix/swh.scm                                       |    11 +
 guix/tests.scm                                     |    99 +-
 guix/tests/git.scm                                 |    25 +-
 guix/tests/gnupg.scm                               |    30 +-
 guix/transformations.scm                           |   213 +-
 guix/ui.scm                                        |    50 +-
 guix/upstream.scm                                  |    81 +-
 guix/utils.scm                                     |   248 +-
 m4/guix.m4                                         |     7 +-
 nix/libstore/build.cc                              |     3 +-
 nix/libstore/gc.cc                                 |     4 +-
 nix/libstore/globals.cc                            |     4 -
 nix/libstore/local-store.cc                        |     7 +-
 nix/libstore/local-store.hh                        |     3 +
 nix/libstore/optimise-store.cc                     |    15 +-
 nix/libutil/util.cc                                |     9 +-
 po/doc/guix-cookbook.de.po                         |  1672 +-
 po/doc/guix-cookbook.es.po                         |  4473 ++
 po/doc/guix-cookbook.fa.po                         |  1511 +-
 po/doc/guix-cookbook.fi.po                         |  4472 ++
 po/doc/guix-cookbook.fr.po                         |  1652 +-
 po/doc/guix-cookbook.ko.po                         |  1666 +-
 po/doc/guix-cookbook.ru.po                         |  1526 +-
 po/doc/guix-cookbook.sk.po                         |  2204 +-
 po/doc/guix-cookbook.zh_Hans.po                    |  1511 +-
 po/doc/guix-manual.de.po                           | 30740 +++++----
 po/doc/guix-manual.es.po                           | 29292 ++++----
 po/doc/guix-manual.fa.po                           | 27748 ++++----
 po/doc/guix-manual.fi.po                           | 67002 +++++++++++++++++++
 po/doc/guix-manual.fr.po                           | 28737 ++++----
 po/doc/guix-manual.it.po                           | 27763 ++++----
 po/doc/guix-manual.ko.po                           | 27976 ++++----
 po/doc/guix-manual.pt_BR.po                        | 28088 ++++----
 po/doc/guix-manual.ru.po                           | 28776 ++++----
 po/doc/guix-manual.sk.po                           | 27802 ++++----
 po/doc/guix-manual.zh_CN.po                        | 28089 ++++----
 po/doc/local.mk                                    |     3 +
 po/guix/LINGUAS                                    |     1 +
 po/guix/POTFILES.in                                |    28 +
 po/guix/cs.po                                      |  2889 +-
 po/guix/da.po                                      |  3134 +-
 po/guix/de.po                                      |  3196 +-
 po/guix/eo.po                                      |  3076 +-
 po/guix/es.po                                      |  3703 +-
 po/guix/fi.po                                      |  8038 +++
 po/guix/fr.po                                      |  3040 +-
 po/guix/hu.po                                      |  2947 +-
 po/guix/it.po                                      |  2880 +-
 po/guix/ko.po                                      |  2899 +-
 po/guix/nl.po                                      |  3110 +-
 po/guix/oc.po                                      |  2826 +-
 po/guix/pl.po                                      |  2935 +-
 po/guix/pt_BR.po                                   |  3218 +-
 po/guix/ru.po                                      |  2972 +-
 po/guix/si.po                                      |  2826 +-
 po/guix/sk.po                                      |  3264 +-
 po/guix/sr.po                                      |  2949 +-
 po/guix/sv.po                                      |  2146 +-
 po/guix/ta.po                                      |  2980 +-
 po/guix/vi.po                                      |  2942 +-
 po/guix/zh_CN.po                                   |  2890 +-
 po/packages/da.po                                  |  6613 +-
 po/packages/de.po                                  |  6561 +-
 po/packages/eo.po                                  |  6570 +-
 po/packages/es.po                                  |  6671 +-
 po/packages/fr.po                                  |  6904 +-
 po/packages/hu.po                                  |  6672 +-
 po/packages/it.po                                  |  6539 +-
 po/packages/ko.po                                  |  6546 +-
 po/packages/nl.po                                  |  6537 +-
 po/packages/oc.po                                  |  6539 +-
 po/packages/pl.po                                  |  6529 +-
 po/packages/pt_BR.po                               |  6529 +-
 po/packages/sk.po                                  |  6535 +-
 po/packages/sr.po                                  |  6529 +-
 po/packages/zh_CN.po                               |  6540 +-
 tests/build-utils.scm                              |   104 +-
 tests/builders.scm                                 |   132 +-
 tests/channels.scm                                 |    18 +-
 tests/cran.scm                                     |    19 +-
 tests/derivations.scm                              |    14 +-
 tests/egg.scm                                      |    29 +-
 tests/elpa.scm                                     |    12 +
 tests/gem.scm                                      |    15 +-
 tests/gexp.scm                                     |    65 +-
 tests/git-authenticate.scm                         |    23 +-
 tests/gremlin.scm                                  |   108 +-
 tests/guix-authenticate.sh                         |     4 +-
 tests/guix-build.sh                                |    14 +-
 tests/guix-environment-container.sh                |     8 +
 tests/guix-environment.sh                          |    15 +-
 tests/guix-graph.sh                                |     5 +-
 tests/guix-hash.sh                                 |    27 +-
 tests/guix-home.sh                                 |   131 +
 tests/guix-package-net.sh                          |    21 +-
 tests/guix-shell.sh                                |   116 +
 tests/hackage.scm                                  |    42 +-
 tests/home-import.scm                              |   190 +
 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/lint.scm                                     |    48 +-
 tests/minetest.scm                                 |   119 +
 tests/modules.scm                                  |     6 +-
 tests/nar.scm                                      |     7 +-
 tests/opam.scm                                     |     9 +-
 tests/openpgp.scm                                  |    42 +-
 tests/pack.scm                                     |     4 +-
 tests/packages.scm                                 |   306 +-
 tests/print.scm                                    |    88 +-
 tests/profiles.scm                                 |     7 +
 tests/publish.scm                                  |     9 +-
 tests/pypi.scm                                     |    39 +-
 tests/store-deduplication.scm                      |    41 +-
 tests/store.scm                                    |   113 +-
 tests/style.scm                                    |   518 +
 tests/syscalls.scm                                 |    35 +
 tests/texlive.scm                                  |   221 +-
 tests/transformations.scm                          |    35 +
 tests/upstream.scm                                 |   166 +-
 tests/utils.scm                                    |    40 +
 1341 files changed, 568836 insertions(+), 348405 deletions(-)

diff --cc gnu/packages/glib.scm
index 1a94113fe7,30e5433776..7e6acc0984
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@@ -9,11 -9,14 +9,14 @@@
  ;;; Copyright © 2017 Petter <petter@mykolab.ch>
  ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
  ;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
 -;;; Copyright © 2019, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 +;;; Copyright © 2019 Maxim Cournoyer <maxim.cournoyer@gmail.com>
  ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
- ;;; Copyright © 2019, 2020 Marius Bakke <mbakke@fastmail.com>
+ ;;; Copyright © 2019, 2020, 2021 Marius Bakke <marius@gnu.org>
  ;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
+ ;;; Copyright © 2020 Florian Pelz <pelzflorian@pelzflorian.de>
+ ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
  ;;; Copyright © 2020 Arthur Margerit <ruhtra.mar@gmail.com>
+ ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
  ;;;
  ;;; This file is part of GNU Guix.
  ;;;
diff --cc gnu/packages/linux.scm
index 2bda02ff81,c044f2543d..94eff5d5c8
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@@ -50,9 -50,16 +50,17 @@@
  ;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com>
  ;;; Copyright © 2020 David Dashyan <mail@davie.li>
  ;;; Copyright © 2020 pukkamustard <pukkamustard@posteo.net>
 +;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
  ;;; Copyright © 2021 B. Wilson <elaexuotee@wilsonb.com>
  ;;; Copyright © 2021 Ivan Gankevich <i.gankevich@spbu.ru>
+ ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
+ ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
+ ;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
+ ;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
+ ;;; Copyright © 2021 Josselin Poiret <josselin.poiret@protonmail.ch>
+ ;;; Copyright © 2021 Olivier Dion <olivier.dion@polymtl.ca>
+ ;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
+ ;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
  ;;;
  ;;; This file is part of GNU Guix.
  ;;;
diff --cc gnu/packages/xorg.scm
index 46cece7073,14e35d19ae..02b5f58e72
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@@ -24,9 -24,8 +24,9 @@@
  ;;; Copyright © 2020 Liliana Marie Prikler <liliana.prikler@gmail.com>
  ;;; Copyright © 2020 Florian Pelz <pelzflorian@pelzflorian.de>
  ;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
- ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+ ;;; Copyright © 2020, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
  ;;; Copyright © 2020 Jean-Baptiste Note <jean-baptiste.note@m4x.org>
 +;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
  ;;; Copyright © 2021 Nicolò Balzarotti <nicolo@nixo.xyz>
  ;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
  ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>



reply via email to

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