guix_mirror_bot pushed a change to branch c++-team
in repository guix.
discard 2c58ea23df gnu: spdlog: Change default to spdlog-15.
discard f8bfb802f3 gnu: fmt: Change default to fmt-11.
discard 172451cd49 gnu: Remove CMAKE_SYSTEM_PROCESSOR from packages.
discard 9dae360944 gnu: Remove PKG_CONFIG_EXECUTABLE configure-flags.
discard 6f77c55e8d build-system: cmake: Use a toolchain file for cross
compiling.
discard 3e8cd7d3e8 build-system: cmake: Add cmake-system-processor-for-target.
discard 7199226bd4 build-system: cmake: cmake-system-name-for-target: Use
match.
add f9e4d65b1f gnu: system-config-printer: Fix build.
add 3a3533826b gnu: libphidget: Fix compilation with GCC 14.
add fa6b510864 gnu: Add python-cxxheaderparser.
add d46b423c1d gnu: librewolf: Update to 147.0.3-2.
add e36f3a691e gnu: yt-dlp: Update to 2026.02.04.
add ea510232e6 gnu: Add php-8.5.
add 232c55f844 gnu: Add php-8.4.
add d1dc0c73aa gnu: dbus: Fix build on the Hurd.
add 8b19b95599 gnu: gd: Also skip a failing test on i586-gnu.
add 3afbbf8ae3 gnu: opensp: Fix build on the Hurd.
add 561ed8814f maint: Build all guix dependencies in the hurd manifest.
add 24d52ff206 gnu: Add python-dbutils.
add 629c3b8f98 gnu: Add python-persist-queue.
add 58b237deb9 gnu: Add python-pynput.
add 0322144d9b gnu: Add python-timeslot.
add 89c8cf9f59 gnu: Add activity-watch packages.
add 2e962f4b89 gnu: Add aw-server-rust.
add 320d3dcbf2 gnu: Add aw-watcher-window-wayland.
add 825a1c0251 gnu: blackbox-terminal: Update to 0.14.0-0.4bf9ac5.
add c7fe80064f gnu: opencascade-occt: Add RapidJson and Draco support.
add 2ce85b2245 gnu: Add bitcoin-knots.
add d34dafb6b2 gnu: Update vkmark.
add 70452065b5 gnu: quodlibet: Fix entry point.
add ec77706204 gnu: Add dexed.
add 0fba3e7725 gnu: arcan: Update to 0.7.1.
add 8a744a0b0c import/elpa: Add GNU-devel repository.
add 9e6705676f gnu: emacs-gnugo: Update to 3.1.2.0.20250131.151403.
new a74a1e1563 gnu: sx: Update to 3.0.
new 454130d3dc build-system: cmake: cmake-system-name-for-target: Use
match.
new f0be98ec1c build-system: cmake: Add cmake-system-processor-for-target.
new 4ac2d49905 build-system: cmake: Use a toolchain file for cross
compiling.
new a9724aa8a0 gnu: Remove PKG_CONFIG_EXECUTABLE configure-flags.
new 3b2f9aed21 gnu: Remove CMAKE_SYSTEM_PROCESSOR from packages.
new e6e159e3be gnu: fmt: Change default to fmt-11.
new dfde8f8fba gnu: spdlog: Change default to spdlog-15.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2c58ea23df)
\
N -- N -- N refs/heads/c++-team (dfde8f8fba)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/guix.texi | 5 +
etc/manifests/hurd.scm | 4 +-
gnu/local.mk | 2 +
gnu/packages/arcan.scm | 6 +-
gnu/packages/audio.scm | 141 +++++
gnu/packages/benchmark.scm | 80 +--
gnu/packages/databases.scm | 25 +
gnu/packages/emacs-xyz.scm | 10 +-
gnu/packages/finance.scm | 31 ++
gnu/packages/gd.scm | 4 +-
gnu/packages/glib.scm | 7 +
gnu/packages/gnome-xyz.scm | 92 +--
gnu/packages/gnome.scm | 9 +-
gnu/packages/libphidget.scm | 6 +-
gnu/packages/librewolf.scm | 6 +-
gnu/packages/maths.scm | 7 +-
gnu/packages/monitoring.scm | 262 ++++++++-
gnu/packages/music.scm | 4 +-
gnu/packages/patches/dbus-hurd.patch | 42 ++
gnu/packages/patches/opensp-maxpathlen.patch | 41 ++
gnu/packages/php.scm | 34 +-
gnu/packages/python-xyz.scm | 95 ++++
gnu/packages/rust-crates.scm | 805 +++++++++++++++++++++++++++
gnu/packages/time.scm | 29 +
gnu/packages/video.scm | 4 +-
gnu/packages/xdisorg.scm | 4 +-
gnu/packages/xml.scm | 7 +
guix/import/elpa.scm | 1 +
28 files changed, 1652 insertions(+), 111 deletions(-)
create mode 100644 gnu/packages/patches/dbus-hurd.patch
create mode 100644 gnu/packages/patches/opensp-maxpathlen.patch