guix-commits
[Top][All Lists]
Advanced

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

01/02: Merge branch 'master' into emacs-team


From: guix-commits
Subject: 01/02: Merge branch 'master' into emacs-team
Date: Sun, 21 Jan 2024 06:04:50 -0500 (EST)

lilyp pushed a commit to branch emacs-team
in repository guix.

commit ff1ec930e5baa00b483f1ce43fa8bec18c797c03
Merge: 60c97924e9 c7f937cfdd
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jan 21 09:59:52 2024 +0100

    Merge branch 'master' into emacs-team

 .guix-authorizations                               |     5 +-
 .mailmap                                           |     1 +
 Makefile.am                                        |    60 +-
 build-aux/test-driver.scm                          |     3 +-
 doc/contributing.texi                              |   154 +-
 doc/guix-cookbook.texi                             |   248 +-
 doc/guix.texi                                      |   887 +-
 etc/completion/bash/guix                           |    11 +-
 etc/completion/fish/guix.fish                      |     4 +-
 etc/git/gitconfig                                  |     7 +
 etc/hurd-manifest.scm                              |     9 +-
 etc/news.scm                                       |    57 +
 etc/teams.scm                                      |    54 +-
 .../arm.scm => etc/teams/rust/rust-manifest.scm    |    33 +-
 gnu/bootloader.scm                                 |     6 +-
 gnu/bootloader/grub.scm                            |     7 +-
 gnu/bootloader/u-boot.scm                          |    17 +
 gnu/build/chromium-extension.scm                   |    43 +-
 gnu/build/cross-toolchain.scm                      |    41 +-
 gnu/build/icecat-extension.scm                     |     1 +
 gnu/build/linux-boot.scm                           |     8 +-
 gnu/build/shepherd.scm                             |    90 -
 gnu/ci.scm                                         |    21 +-
 gnu/home/services/desktop.scm                      |   109 +-
 gnu/home/services/fontutils.scm                    |     5 +-
 gnu/home/services/shells.scm                       |     8 +-
 gnu/home/services/shepherd.scm                     |    12 +-
 gnu/home/services/sound.scm                        |   102 +-
 gnu/home/services/ssh.scm                          |     8 +-
 gnu/image.scm                                      |     4 +
 gnu/installer.scm                                  |     9 +-
 gnu/local.mk                                       |   101 +-
 gnu/packages/admin.scm                             |    54 +-
 gnu/packages/agda.scm                              |    37 +-
 gnu/packages/algebra.scm                           |    12 +-
 gnu/packages/aspell.scm                            |     4 +-
 gnu/packages/astronomy.scm                         |   626 +-
 gnu/packages/audio.scm                             |   222 +-
 gnu/packages/aux-files/findclass.php               |   125 +
 gnu/packages/aux-files/guix.vim                    |    11 +-
 .../linux-libre/{6.5-arm.conf => 6.6-arm.conf}     |   163 +-
 .../linux-libre/{6.5-arm64.conf => 6.6-arm64.conf} |   206 +-
 .../linux-libre/{6.5-i686.conf => 6.6-i686.conf}   |   233 +-
 .../{6.5-x86_64.conf => 6.6-x86_64.conf}           |   332 +-
 .../linux-libre/{6.5-arm.conf => 6.7-arm.conf}     |  2889 +-
 .../linux-libre/{6.5-arm64.conf => 6.7-arm64.conf} |  3061 +-
 .../linux-libre/{6.5-i686.conf => 6.7-i686.conf}   |   386 +-
 .../{6.5-x86_64.conf => 6.7-x86_64.conf}           |   423 +-
 gnu/packages/avr-xyz.scm                           |    47 +-
 gnu/packages/avr.scm                               |    82 +-
 gnu/packages/axoloti.scm                           |     7 +-
 gnu/packages/backup.scm                            |   110 +-
 gnu/packages/base.scm                              |    29 +-
 gnu/packages/benchmark.scm                         |     8 +-
 gnu/packages/bioconductor.scm                      |  4077 ++-
 gnu/packages/bioinformatics.scm                    |  1357 +-
 gnu/packages/bittorrent.scm                        |   148 +-
 gnu/packages/books.scm                             |     6 +-
 gnu/packages/boost.scm                             |    20 +-
 gnu/packages/bootloaders.scm                       |   167 +-
 gnu/packages/bootstrap.scm                         |     5 +-
 gnu/packages/browser-extensions.scm                |   123 +-
 gnu/packages/build-tools.scm                       |    20 +-
 gnu/packages/c.scm                                 |    66 +-
 gnu/packages/ccache.scm                            |     8 +-
 gnu/packages/cdrom.scm                             |    34 +-
 gnu/packages/check.scm                             |   115 +-
 gnu/packages/chemistry.scm                         |     2 +-
 gnu/packages/chez.scm                              |     2 +-
 gnu/packages/chicken.scm                           |     4 +-
 gnu/packages/chromium.scm                          |     2 +-
 gnu/packages/ci.scm                                |    13 +-
 gnu/packages/clifm.scm                             |    62 +
 gnu/packages/cluster.scm                           |    43 +-
 gnu/packages/code.scm                              |     5 +-
 gnu/packages/commencement.scm                      |    22 +-
 gnu/packages/configuration-management.scm          |     1 +
 gnu/packages/conky.scm                             |     6 +-
 gnu/packages/cook.scm                              |     2 +-
 gnu/packages/coq.scm                               |    27 +
 gnu/packages/cpp.scm                               |   163 +-
 gnu/packages/cran.scm                              |  2134 +-
 gnu/packages/crates-graphics.scm                   |    48 +-
 gnu/packages/crates-io.scm                         | 10069 ++++--
 gnu/packages/cross-base.scm                        |   279 +-
 gnu/packages/cross-toolchain.scm                   |    42 +
 gnu/packages/cryptsetup.scm                        |     6 +-
 gnu/packages/cups.scm                              |     8 +-
 gnu/packages/curl.scm                              |    70 +-
 gnu/packages/databases.scm                         |    56 +-
 gnu/packages/datastructures.scm                    |    45 +-
 gnu/packages/dav.scm                               |    10 +-
 gnu/packages/debian.scm                            |    31 +-
 gnu/packages/debug.scm                             |     4 +-
 gnu/packages/dezyne.scm                            |    94 +-
 gnu/packages/diffoscope.scm                        |     4 +-
 gnu/packages/disk.scm                              |    96 +-
 gnu/packages/display-managers.scm                  |   169 +-
 gnu/packages/dlang.scm                             |    47 +-
 gnu/packages/dns.scm                               |     4 +-
 gnu/packages/docker.scm                            |    21 +-
 gnu/packages/dunst.scm                             |    89 -
 gnu/packages/ed.scm                                |    58 -
 gnu/packages/education.scm                         |     6 +-
 gnu/packages/electronics.scm                       |     2 +-
 gnu/packages/elixir-xyz.scm                        |   294 +
 gnu/packages/elixir.scm                            |    63 +-
 gnu/packages/emacs-xyz.scm                         |  1650 +-
 gnu/packages/emacs.scm                             |    59 +-
 gnu/packages/embedded.scm                          |     4 +-
 gnu/packages/emulators.scm                         |    33 +-
 gnu/packages/engineering.scm                       |    60 +-
 gnu/packages/enlightenment.scm                     |     2 +-
 gnu/packages/fabric-management.scm                 |    34 +-
 gnu/packages/fcitx5.scm                            |    46 +-
 gnu/packages/file-systems.scm                      |    35 +-
 gnu/packages/finance.scm                           |    21 +-
 gnu/packages/firmware.scm                          |   283 +-
 gnu/packages/flashing-tools.scm                    |     7 +-
 gnu/packages/fonts.scm                             |    56 +-
 gnu/packages/fontutils.scm                         |     8 +-
 gnu/packages/game-development.scm                  |   246 +-
 gnu/packages/games.scm                             |   246 +-
 gnu/packages/gcc.scm                               |    26 +-
 gnu/packages/geo.scm                               |   162 +-
 gnu/packages/gl.scm                                |    94 +-
 gnu/packages/gnome.scm                             |   190 +-
 gnu/packages/gnunet.scm                            |    15 +-
 gnu/packages/gnupg.scm                             |    19 +-
 gnu/packages/gnuzilla.scm                          |    63 +-
 gnu/packages/golang-check.scm                      |    12 +
 gnu/packages/golang-web.scm                        |  1467 +
 gnu/packages/golang.scm                            |  2084 +-
 gnu/packages/gps.scm                               |     4 +-
 gnu/packages/graph.scm                             |   168 +-
 gnu/packages/graphics.scm                          |    10 +-
 gnu/packages/graphviz.scm                          |    12 +-
 gnu/packages/gtk.scm                               |     9 +-
 gnu/packages/guile-xyz.scm                         |   525 +-
 gnu/packages/guile.scm                             |     4 +-
 gnu/packages/hardware.scm                          |    21 +-
 gnu/packages/haskell-apps.scm                      |    52 +-
 gnu/packages/haskell-xyz.scm                       |   139 +-
 gnu/packages/high-availability.scm                 |    29 +-
 gnu/packages/i2p.scm                               |    44 +-
 gnu/packages/image-processing.scm                  |    33 +-
 gnu/packages/image.scm                             |   100 +-
 gnu/packages/instrumentation.scm                   |    25 +-
 gnu/packages/ipfs.scm                              |    10 +-
 gnu/packages/jami.scm                              |   444 +-
 gnu/packages/java.scm                              |   261 +-
 gnu/packages/javascript.scm                        |    19 +-
 gnu/packages/julia-xyz.scm                         |    26 +-
 gnu/packages/kde-frameworks.scm                    |   383 +-
 gnu/packages/kde.scm                               |    17 +-
 gnu/packages/language.scm                          |     4 +-
 gnu/packages/lean.scm                              |    51 +-
 gnu/packages/libreoffice.scm                       |    66 +-
 gnu/packages/libsigsegv.scm                        |    27 +-
 gnu/packages/license.scm                           |    28 +-
 gnu/packages/linux.scm                             |   250 +-
 gnu/packages/lisp-check.scm                        |    49 +-
 gnu/packages/lisp-xyz.scm                          |  1107 +-
 gnu/packages/lisp.scm                              |    37 +-
 gnu/packages/llvm.scm                              |   304 +-
 gnu/packages/logging.scm                           |     2 +-
 gnu/packages/lua.scm                               |    33 +
 gnu/packages/machine-learning.scm                  |   661 +-
 gnu/packages/mail.scm                              |   120 +-
 gnu/packages/markup.scm                            |   100 +-
 gnu/packages/mastodon.scm                          |     1 +
 gnu/packages/mate.scm                              |     2 +-
 gnu/packages/maths.scm                             |   511 +-
 gnu/packages/mes.scm                               |    57 +-
 gnu/packages/messaging.scm                         |     6 +-
 gnu/packages/minetest.scm                          |    42 +-
 gnu/packages/mold.scm                              |    24 +-
 gnu/packages/moreutils.scm                         |     4 +-
 gnu/packages/mp3.scm                               |    21 +-
 gnu/packages/mpd.scm                               |    27 +-
 gnu/packages/mpi.scm                               |     8 +-
 gnu/packages/multiprecision.scm                    |    36 +-
 gnu/packages/music.scm                             |    70 +-
 gnu/packages/nano.scm                              |    51 -
 gnu/packages/ncdu.scm                              |    26 +-
 gnu/packages/ncurses.scm                           |     8 +-
 gnu/packages/networking.scm                        |   524 +-
 gnu/packages/node-xyz.scm                          |    71 +
 gnu/packages/node.scm                              |    25 +-
 gnu/packages/nutrition.scm                         |     5 +-
 gnu/packages/ocaml.scm                             |  1504 +-
 gnu/packages/package-management.scm                |    43 +-
 gnu/packages/parallel.scm                          |    28 +-
 gnu/packages/pascal.scm                            |    73 +-
 gnu/packages/password-utils.scm                    |    28 +-
 .../patches/agda-categories-use-stdlib-1.7.3.patch |    28 +
 gnu/packages/patches/agda-use-sphinx-5.patch       |    51 +
 gnu/packages/patches/aria2-unbundle-wslay.patch    |    54 +
 .../patches/clang-16.0-libc-search-path.patch      |    95 +
 .../patches/clang-17.0-libc-search-path.patch      |    90 +
 gnu/packages/patches/curl-use-ssl-cert-env.patch   |    26 +-
 gnu/packages/patches/dante-non-darwin.patch        |    15 +
 gnu/packages/patches/dtc-meson-cell-overflow.patch |    32 +
 .../patches/emacs-debbugs-keep-patch-subject.patch |    29 -
 .../emacs-ess-fix-obsolete-function-alias.patch    |    23 -
 .../emacs-haskell-mode-no-redefine-builtin.patch   |    75 -
 .../patches/emacs-shx-byte-compilation-test.patch  |    35 +
 .../patches/ffmpeg-jami-change-RTCP-ratio.patch    |    27 +
 .../ffmpeg-jami-libopusdec-enable-FEC.patch        |   127 +
 .../ffmpeg-jami-libopusenc-enable-FEC.patch        |    50 +
 ...i-libopusenc-reload-packet-loss-at-encode.patch |    44 +
 .../patches/ffmpeg-jami-remove-mjpeg-log.patch     |    26 +
 .../ffmpeg-jami-rtp_ext_abs_send_time.patch        |    71 +
 .../ffmpeg-jami-screen-sharing-x11-fix.patch       |   302 +
 .../patches/fifengine-python-3.9-compat.patch      |    81 +
 gnu/packages/patches/fpc-glibc-2.34-compat.patch   |   190 +
 .../patches/freeimage-CVE-2020-21428.patch         |    17 +
 .../patches/freeimage-CVE-2020-22524.patch         |   229 +
 gnu/packages/patches/ghc-basement-fix-32bit.patch  |   177 +
 gnu/packages/patches/ghc-bloomfilter-ghc9.2.patch  |   303 -
 gnu/packages/patches/ghc-memory-fix-32bit.patch    |    40 +
 .../patches/ghc-persistent-fix-32bit.patch         |    25 +
 .../patches/go-gopkg-in-yaml-v3-32bit.patch        |    50 +
 .../patches/guile-fibers-libevent-timeout.patch    |    61 +
 .../patches/igraph-fix-varargs-integer-size.patch  |    39 +
 .../patches/igt-gpu-tools-Use-libproc2.patch       |   505 -
 .../patches/jami-disable-integration-tests.patch   |    10 +-
 .../patches/jami-libjami-headers-search.patch      |     5 +-
 .../patches/jami-qml-tests-discovery.patch         |    15 +
 .../jami-skip-tests-requiring-internet.patch       |    51 +
 .../patches/jami-unbundle-dependencies.patch       |    71 +
 gnu/packages/patches/jdk-currency-time-bomb.patch  |    13 +
 gnu/packages/patches/jdk-currency-time-bomb2.patch |    13 +
 gnu/packages/patches/libjami-ac-config-files.patch |    52 +
 .../onnx-1.13.1-use-system-googletest.patch        |    55 +
 .../patches/openjdk-currency-time-bomb.patch       |    13 +
 .../patches/openjdk-currency-time-bomb2.patch      |    13 +
 .../patches/openmw-assume-nonconst-SIGSTKSZ.patch  |    39 -
 ...enssh-gcc-13-ppc64le-fzero-call-used-regs.patch |    61 +
 .../patches/php-fix-streams-copy-length.patch      |    52 -
 gnu/packages/patches/plasp-fix-normalization.patch |    51 +
 gnu/packages/patches/plasp-include-iostream.patch  |    26 +
 .../python-accupy-fix-use-of-perfplot.patch        |    48 +
 .../patches/python-accupy-use-matplotx.patch       |   113 +
 gnu/packages/patches/python-pyls-black-41.patch    |    45 +
 .../patches/python-pyreadstat-link-libiconv.patch  |    15 +
 .../patches/python-pytorch2-system-libraries.patch |   156 +
 gnu/packages/patches/python-scikit-bio-1887.patch  |   109 +
 .../python-sphinx-prompt-docutils-0.19.patch       |    35 +
 gnu/packages/patches/python-uqbar-python3.10.patch |    23 +
 .../patches/racket-backport-8.10-rktboot.patch     |   130 -
 .../racket-backport-8.11-layered-docs.patch        |    36 +
 gnu/packages/patches/sbcl-fix-ppc64-build.patch    |    27 +
 gnu/packages/patches/sbcl-fix-riscv-build.patch    |    19 +
 gnu/packages/patches/scilab-hdf5-1.8-api.patch     |    71 -
 gnu/packages/patches/slim-config.patch             |    43 +-
 gnu/packages/patches/slim-display.patch            |    74 +-
 gnu/packages/patches/slim-reset.patch              |    33 -
 gnu/packages/patches/slim-session.patch            |    17 -
 gnu/packages/patches/slim-sigusr1.patch            |    33 -
 .../patches/transmission-4.0.5-fix-build.patch     |    39 +
 .../patches/u-boot-allow-disabling-openssl.patch   |   108 +-
 .../patches/u-boot-build-without-libcrypto.patch   |   123 +
 .../patches/u-boot-fix-build-python-3.10.patch     |    37 -
 .../patches/u-boot-fix-u-boot-lib-build.patch      |    24 -
 gnu/packages/patches/u-boot-patman-change-id.patch |   232 -
 .../patches/u-boot-rk3399-enable-emmc-phy.patch    |    26 -
 .../patches/u-boot-rockchip-inno-usb.patch         |    16 +-
 .../u-boot-sifive-prevent-reloc-initrd-fdt.patch   |    16 -
 gnu/packages/patches/ucx-tcp-iface-ioctl.patch     |   105 +-
 .../patches/unknown-horizons-python-3.10.patch     |    32 +
 .../patches/unknown-horizons-python-3.9.patch      |    41 +
 .../xnnpack-for-torch2-system-libraries.patch      |  2660 ++
 gnu/packages/patches/yggdrasil-extra-config.patch  |   134 +-
 .../patches/zig-use-baseline-cpu-by-default.patch  |    36 +
 gnu/packages/patchutils.scm                        |     2 +-
 gnu/packages/pdf.scm                               |   101 +-
 gnu/packages/perl.scm                              |     4 +-
 gnu/packages/photo.scm                             |    31 +-
 gnu/packages/php-xyz.scm                           |    50 +
 gnu/packages/php.scm                               |   194 +-
 gnu/packages/plan9.scm                             |   136 +-
 gnu/packages/potassco.scm                          |    61 +-
 gnu/packages/protobuf.scm                          |    12 +-
 gnu/packages/pypy.scm                              |    21 +-
 gnu/packages/python-check.scm                      |    73 +-
 gnu/packages/python-compression.scm                |    34 +
 gnu/packages/python-science.scm                    |   648 +-
 gnu/packages/python-web.scm                        |   286 +-
 gnu/packages/python-xyz.scm                        |  1706 +-
 gnu/packages/qt.scm                                |   161 +-
 gnu/packages/racket.scm                            |    49 +-
 gnu/packages/radio.scm                             |   124 +-
 gnu/packages/raspberry-pi.scm                      |     2 +-
 gnu/packages/rdesktop.scm                          |     4 +-
 gnu/packages/rdf.scm                               |    65 +-
 gnu/packages/rednotebook.scm                       |     3 +-
 gnu/packages/ruby.scm                              |    25 +-
 gnu/packages/rust-apps.scm                         |   561 +-
 gnu/packages/rust.scm                              |   326 +-
 gnu/packages/samba.scm                             |    32 +
 gnu/packages/sdl.scm                               |    17 +-
 gnu/packages/search.scm                            |     5 +-
 gnu/packages/serialization.scm                     |    78 +-
 gnu/packages/shells.scm                            |    16 +-
 gnu/packages/shellutils.scm                        |    81 +-
 gnu/packages/skarnet.scm                           |     7 +-
 gnu/packages/sphinx.scm                            |     4 +-
 gnu/packages/ssh.scm                               |    29 +-
 gnu/packages/sssd.scm                              |     4 +-
 gnu/packages/statistics.scm                        |   971 +-
 gnu/packages/suckless.scm                          |     7 +-
 gnu/packages/swig.scm                              |     4 +-
 gnu/packages/syncthing.scm                         |     5 +-
 gnu/packages/syndication.scm                       |    50 +-
 gnu/packages/tbb.scm                               |    37 +-
 gnu/packages/telegram.scm                          |     2 +-
 gnu/packages/telephony.scm                         |    71 +-
 gnu/packages/terminals.scm                         |   131 +-
 gnu/packages/tex.scm                               |     3 +-
 gnu/packages/text-editors.scm                      |    65 +-
 gnu/packages/textutils.scm                         |    34 +-
 gnu/packages/tls.scm                               |    41 +-
 gnu/packages/tor.scm                               |   413 +-
 gnu/packages/toys.scm                              |     2 +
 gnu/packages/uucp.scm                              |     1 +
 gnu/packages/valgrind.scm                          |    10 +-
 gnu/packages/version-control.scm                   |   455 +-
 gnu/packages/video.scm                             |   733 +-
 gnu/packages/vim.scm                               |   498 +-
 gnu/packages/virtualization.scm                    |     6 +-
 gnu/packages/vnc.scm                               |     2 +-
 gnu/packages/vpn.scm                               |    15 +-
 gnu/packages/vulkan.scm                            |    40 +-
 gnu/packages/web-browsers.scm                      |    57 +-
 gnu/packages/web.scm                               |   174 +-
 gnu/packages/webkit.scm                            |    36 +-
 gnu/packages/wine.scm                              |   110 +-
 gnu/packages/wm.scm                                |    77 +-
 gnu/packages/wxwidgets.scm                         |     4 +-
 gnu/packages/xdisorg.scm                           |   115 +-
 gnu/packages/xfce.scm                              |    12 +-
 gnu/packages/xorg.scm                              |    93 +-
 gnu/packages/zig.scm                               |   221 +-
 gnu/services.scm                                   |     4 +-
 gnu/services/base.scm                              |    19 +-
 gnu/services/ci.scm                                |    42 +-
 gnu/services/databases.scm                         |    41 +-
 gnu/services/docker.scm                            |   272 +-
 gnu/services/guix.scm                              |   158 +-
 gnu/services/mail.scm                              |   200 +-
 gnu/services/messaging.scm                         |    78 +-
 gnu/services/networking.scm                        |    36 +-
 gnu/services/rsync.scm                             |     1 +
 gnu/services/security-token.scm                    |    29 +-
 gnu/services/shepherd.scm                          |    51 +-
 gnu/services/ssh.scm                               |     7 +-
 gnu/services/telephony.scm                         |   132 +-
 gnu/services/vnc.scm                               |     2 +-
 gnu/services/web.scm                               |    62 +-
 gnu/services/xorg.scm                              |    15 +-
 gnu/system.scm                                     |     5 +-
 gnu/system/examples/vm-image.tmpl                  |    28 +-
 gnu/system/file-systems.scm                        |     2 +-
 gnu/system/hurd.scm                                |     4 +-
 gnu/system/image.scm                               |    57 +-
 gnu/system/images/orangepi-r1-plus-lts-rk3328.scm  |    76 +
 gnu/system/install.scm                             |     9 +-
 gnu/system/mapped-devices.scm                      |    67 +-
 gnu/system/shadow.scm                              |   116 +-
 gnu/system/vm.scm                                  |     6 +
 gnu/tests.scm                                      |     9 +-
 gnu/tests/data/jami-dummy-account.dat              |   127 +-
 gnu/tests/docker.scm                               |     2 +-
 gnu/tests/install.scm                              |    90 +-
 gnu/tests/mail.scm                                 |    67 +-
 gnu/tests/networking.scm                           |     5 +-
 gnu/tests/security.scm                             |     5 +-
 gnu/tests/telephony.scm                            |    24 +-
 gnu/tests/virtualization.scm                       |     9 +-
 guix/build-system/ant.scm                          |     2 +
 guix/build-system/cargo.scm                        |   139 +-
 guix/build-system/clojure.scm                      |     4 +-
 guix/build-system/composer.scm                     |   166 +
 guix/build-system/gnu.scm                          |     7 +-
 guix/build-system/guile.scm                        |     8 +-
 guix/build-system/meson.scm                        |    16 +-
 guix/build-system/mix.scm                          |   186 +
 guix/build-system/perl.scm                         |     4 +-
 guix/build-system/r.scm                            |     2 +-
 guix/build-system/vim.scm                          |   170 +
 guix/build-system/zig.scm                          |   119 +-
 guix/build/ant-build-system.scm                    |    31 +-
 guix/build/cargo-build-system.scm                  |    69 +-
 guix/build/composer-build-system.scm               |   301 +
 guix/build/git.scm                                 |    19 +-
 guix/build/guile-build-system.scm                  |    13 +-
 guix/build/minetest-build-system.scm               |     3 +-
 guix/build/mix-build-system.scm                    |   161 +
 guix/build/syscalls.scm                            |    22 +
 guix/build/vim-build-system.scm                    |   119 +
 guix/build/zig-build-system.scm                    |     7 +-
 guix/deprecation.scm                               |     2 +-
 guix/docker.scm                                    |   212 +-
 guix/download.scm                                  |    28 +-
 guix/gexp.scm                                      |    31 +-
 guix/git-download.scm                              |    97 +-
 guix/git.scm                                       |    43 +-
 guix/grafts.scm                                    |     6 +-
 guix/import/cabal.scm                              |    53 +-
 guix/import/composer.scm                           |   268 +
 guix/import/cran.scm                               |    64 +-
 guix/import/crate.scm                              |   233 +-
 guix/import/go.scm                                 |    37 +-
 guix/import/hackage.scm                            |     2 +-
 guix/import/stackage.scm                           |     2 +-
 guix/inferior.scm                                  |    60 +-
 guix/least-authority.scm                           |    25 +-
 guix/lint.scm                                      |     3 +-
 guix/monad-repl.scm                                |    74 +-
 guix/packages.scm                                  |    14 +-
 guix/platform.scm                                  |     3 +
 guix/platforms/arm.scm                             |     2 +
 guix/platforms/{mips.scm => avr.scm}               |    15 +-
 guix/platforms/mips.scm                            |     1 +
 guix/platforms/powerpc.scm                         |     3 +
 guix/platforms/riscv.scm                           |     1 +
 guix/platforms/x86.scm                             |    15 +
 guix/profiles.scm                                  |    37 +-
 guix/progress.scm                                  |     3 +-
 guix/read-print.scm                                |     2 +
 guix/scripts/challenge.scm                         |    11 +-
 guix/scripts/download.scm                          |     2 +-
 guix/scripts/edit.scm                              |     6 +-
 guix/scripts/environment.scm                       |    10 +-
 guix/scripts/import.scm                            |     2 +-
 guix/scripts/import/{crate.scm => composer.scm}    |    70 +-
 guix/scripts/import/crate.scm                      |    24 +-
 guix/scripts/locate.scm                            |    26 +-
 guix/scripts/pack.scm                              |    96 +-
 guix/scripts/shell.scm                             |     7 +
 guix/scripts/size.scm                              |     3 +-
 guix/scripts/style.scm                             |     2 +
 guix/scripts/substitute.scm                        |     5 +-
 guix/scripts/system.scm                            |    31 +-
 guix/scripts/time-machine.scm                      |    91 +-
 guix/scripts/weather.scm                           |    61 +-
 guix/self.scm                                      |     5 +-
 guix/store.scm                                     |    18 +-
 guix/transformations.scm                           |    25 +-
 guix/ui.scm                                        |     4 +-
 guix/utils.scm                                     |    18 +-
 m4/guix.m4                                         |     6 +-
 nix/libstore/build.cc                              |    10 +-
 nix/libstore/globals.cc                            |     4 +-
 nix/libstore/worker-protocol.hh                    |     5 +-
 nix/nix-daemon/nix-daemon.cc                       |    17 +
 po/doc/guix-cookbook.de.po                         |  2843 +-
 po/doc/guix-cookbook.fr.po                         |    95 +-
 po/doc/guix-manual.de.po                           | 32244 ++++++++++---------
 po/doc/guix-manual.fr.po                           | 31591 +++++++++---------
 po/guix/LINGUAS                                    |     1 +
 po/guix/{zh_CN.po => ca.po}                        |  1627 +-
 po/guix/de.po                                      |    16 +-
 po/guix/es.po                                      |     8 +-
 po/guix/it.po                                      |   126 +-
 po/guix/ja.po                                      |    84 +-
 po/guix/zh_CN.po                                   |    69 +-
 tests/composer.scm                                 |    88 +
 tests/crate.scm                                    |   576 +-
 tests/gexp.scm                                     |   113 +-
 tests/go.scm                                       |     6 +-
 tests/guix-locate.sh                               |     6 +
 tests/guix-shell.sh                                |    33 +-
 tests/guix-time-machine.sh                         |    26 +-
 tests/hackage.scm                                  |    47 +-
 tests/pack.scm                                     |    57 +-
 tests/profiles.scm                                 |     4 +-
 tests/read-print.scm                               |     5 +
 tests/store.scm                                    |    25 +-
 tests/substitute.scm                               |    47 +-
 tests/syscalls.scm                                 |     8 +
 tests/utils.scm                                    |    12 +
 483 files changed, 83186 insertions(+), 56183 deletions(-)




reply via email to

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