1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-18 16:20:28 +02:00
Commit Graph

142838 Commits

Author SHA1 Message Date
Arun Isaac
c90ea6ad50 gnu: guile-email: Update to 0.3.2.
* gnu/packages/guile-xyz.scm (guile-email): Update to 0.3.2.
[source]: Use url-fetch.
[native-inputs]: Add lzip.

Change-Id: I03a0601dcc72d4d2f180682b03813e428050aa73
2025-02-12 23:16:38 +00:00
Sharlatan Hellseher
9a7b842ebb gnu: aerc: Improve package style.
* gnu/packages/mail.scm (aerc): Rewrite with THIS-PACKAGE-INPUT and
FORMAT to improve the flow and refresh the style.
[phases] {install}: Respespect GOFLAGS from the go-build-system, apply
CC-FOR-TARGET

Change-Id: I52aac55f10909f800f3a43e59443691b2b576d80
2025-02-12 21:58:51 +00:00
Tanguy Le Carrour
d0c2dc4ed1 gnu: aerc: Update to 0.20.1.
* gnu/packages/mail.scm (aerc): Update to 0.20.1.
[source]: Drop patch fixing a now solved problem with gpg-signed
messages.
[arguments] <build-flags>: Remove redundant "-tags=notmuch" as it's
picked by 'install phase.
[phases] {install}: Pass the build flag using an environment variable.
[inputs]: Remove a comment.
[native-inputs]: Remove go-git-sr-ht-rjarry-go-opt; add
go-git-sr-ht-rjarry-go-opt-v2.

Change-Id: I71cc1330233e03996de914027f3d4d76b280acb4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-02-12 21:58:34 +00:00
Sharlatan Hellseher
c9abfacd9f gnu: Add python-numpy-2.
Test suite for NumPy@2.2.2 is heavily depends on included vendored-meson
sub-package and all of the tests fail.  This variant provides a working
NumPy, with passed build and sanity-check phases and tests disabled; it
allows users to include it in other package(s) where version 2+ is hard
required e.g. SageMath or Astropy@7.

* gnu/packages/python-xyz.scm (python-numpy-2): New variable.

Reviewed-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I07e7aac8c1bf7e686b1c543a11f9ecbf682d6ad5
2025-02-12 17:38:09 +00:00
45mg
0caba8f5db services: network-manager: Add extra-configuration-files field.
Allow users to specify additional configuration files for NetworkManager.
These files will be added to /etc/NetworkManager/conf.d (NetworkManager's
default configuration directory location).

* gnu/services/networking.scm (<network-manager-configuration>)
[extra-configuration-files]: New field.
(network-manager-activation): Honor the new field.
* doc/guix.texi (Networking Setup): Document the new field.

Change-Id: I07479958e4d0aa318328c666a9630b779230b300
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-02-13 01:02:03 +09:00
Maxim Cournoyer
51720d1afa gnu: sysdig: Update to 0.40.0-alpha6.
(Also add the missing 2024 copyright year).

* gnu/packages/admin.scm (sysdig): Update to 0.40.0-alpha6.
* gnu/packages/patches/sysdig-shared-falcosecurity-libs.patch: Rebase patch.
* gnu/packages/patches/sysdig-falcosecurity-libs-0.20.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.

Change-Id: I2fc91baf52aebf283615a8989e841687c6033602
2025-02-13 00:07:21 +09:00
Maxim Cournoyer
17587940c2 gnu: falcosecurity-libs: Update to 0.20.0.
* gnu/packages/linux.scm (falcosecurity-libs): Update to 0.20.0.
[source]: Update patches and combine into a single one.
[native-inputs]: Replace clang (13) with clang-18.
[inputs]: Move libbpf and libelf to...
[propagated-inputs]: ... here.
* gnu/packages/patches/falcosecurity-libs-shared-build.patch: New file.
* gnu/packages/patches/falcosecurity-libs-install-pman.patch
* gnu/packages/patches/falcosecurity-libs-libscap-pc.patch
* gnu/packages/patches/falcosecurity-libs-libsinsp-pkg-config.patch
* gnu/packages/patches/falcosecurity-libs-pkg-config.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Update accordingly.

Change-Id: I58b5d207da27ab4f52556e5c804d8e545e7e3974
2025-02-13 00:07:21 +09:00
Maxim Cournoyer
bcb5724e59 tests: web: Add nginx+anonip test.
This test reproduces the problem reported in bug #59181 ("[berlin] web
services fail to start on reboot due to anonip").

* gnu/tests/web.scm (run-webserver-test) <extra-args>: New keyword argument.
(%nginx+anonip-os, nginx-anonip-tests, %test-nginx+anonip): New variables.

Change-Id: I7bbc8fb9f2ab33ce89bf1c0945d7ddbddf26a7ea
2025-02-13 00:07:21 +09:00
Maxim Cournoyer
a595a52b7b tests: Add anonip system test.
* gnu/tests/web.scm (%test-anonip): New test.
(%anonip-os): New variables.
(run-anonip-test): New procedure.

Change-Id: Ieed210a784dbdeee8a498e74b6c0e31cb72cd9b8
2025-02-13 00:07:21 +09:00
Maxim Cournoyer
5074871043 build: marionette: Make it possible to reboot VM during tests.
* gnu/build/marionette.scm (make-marionette): Add 'reconnect=1' socket
parameter.
* gnu/system/vm.scm (common-qemu-options): Remove '-no-reboot' option.

Change-Id: I5e100543ddddba0aea3ebe4e2f5cb8b0261c0d73
2025-02-13 00:07:21 +09:00
Maxim Cournoyer
ae0d335744 services: herd: Export 'eval-there' in API.
* gnu/services/herd.scm (gnu): Export 'eval-there', which is useful to
evaluate Scheme expressions.

Change-Id: Iff1db56e0847fc5886ac9fe594d677b363e7e6e7
2025-02-13 00:07:21 +09:00
Maxim Cournoyer
df568fc411 tests: web: Have the retry-on-error throw on exhausted attempts.
Previously, it'd simply return the error arguments, which would not always
fail a 'test-assert' test, for example.

* gnu/tests/web.scm (retry-on-error): Re-throw the error when the attempts
have been exhausted.

Change-Id: Ic1468d8ba23f0f78377e90d19bccb2878dc56f0e
2025-02-13 00:07:21 +09:00
Maxim Cournoyer
b78794f96d system/vm: Fix virtual-machine bug.
The virtual-machine syntax would not accept a single operating-system field,
which was puzzling.

* gnu/system/vm.scm (virtual-machine): Add a pattern matching a single literal
'operating-system' field and value.

Change-Id: If207fd71df3a3f763b2e63229eafa82f63e80773
2025-02-13 00:07:21 +09:00
Maxim Cournoyer
7e5283e855 gnu: speed-dreams: Update to 2.4.0.
* gnu/packages/games.scm (speed-dreams-version)
(speed-dreams-svn-revision): Delete variables.
(speed-dreams-source-tarball): Delete procedure.
(speed-dreams-base-tarball, speed-dreams-hq-cars-and-tracks-tarball)
(speed-dreams-more-hq-cars-and-tracks-tarball)
(speed-dreams-wip-cars-and-tracks-tarball)
(speed-dreams-unmaintained-tarball): Delete variables.
(speed-dreams-data): New variable.
(speed-dreams): Update to 2.4.0.
[source]: Fetch from git.  Apply patches.
[configure-flags]: Remove the SD_DATADIR, SD_LIBDIR, OPTION_3RDPARTY_SOLID,
CMAKE_MODULE_LINKER_FLAGS, and CMAKE_BUILD_RPATH_USE_ORIGIN flags.  Add the
VERSION_LONG flag.
[phases]: Delete phases.
[native-inputs]: Add speed-dreams-data.
[inputs]: Add cjson, glm, minizip, rhash and tinygltf.

Change-Id: Ie782a65dadaafb5d6c3a7d4d6c28212eef2b36f7
2025-02-13 00:07:21 +09:00
Maxim Cournoyer
3f135b6ce0 gnu: tinygltf: Install a library.
Previously, only a static library would be produced and then deleted in a
phase.

* gnu/packages/graphics.scm (tinygltf) [arguments]: Add #:configure-flags.
<phases>: Remove delete-static-lib.

Change-Id: I019a87a4fbf68fc19270a41d58af3a2184b77215
2025-02-13 00:07:21 +09:00
Maxim Cournoyer
ae17a601d9 gnu: tinygltf: Update to 2.9.5.
* gnu/packages/graphics.scm (tinygltf): Update to 2.9.5.

Change-Id: I680a26da98f26ed4c25de614954b59cf4d5833d3
2025-02-13 00:07:21 +09:00
Guillaume Le Vaillant
0d6e6fb248 gnu: satdump: Update to 1.2.2.
* gnu/packages/radio.scm (satdump): Update to 1.2.2.
  [inputs]: Add armadillo, curl, hdf5, jemalloc and libtiff.

Change-Id: Ic0a9044257fc21cb2fc30a421e8224646161ce3e
2025-02-12 15:51:48 +01:00
Guillaume Le Vaillant
e8e640c849 gnu: chirp: Update to 0.4.0-2.9e43352.
* gnu/packages/radio.scm (chirp): Update to 0.4.0-2.9e43352.
  [inputs]: Add python-lark-parser and python-suds.

Change-Id: Iaea423f87e3b9513983e7383c0a5001760aa2e08
2025-02-12 15:51:48 +01:00
Guillaume Le Vaillant
0311099bcc gnu: qdmr: Update to 0.12.1.
* gnu/packages/radio.scm (qdmr): Update to 0.12.1.

Change-Id: I0af21f1379523004b2ab991bdcb82f9fd3e8724c
2025-02-12 15:51:48 +01:00
Guillaume Le Vaillant
2b9c9086ad gnu: wfview: Update to 2.03.
* gnu/packages/radio.scm (wfview): Update to 2.03.
  [inputs]: Add qtwebsockets-5.
  [arguments]: Update 'fix-paths' phase.
  [description]: Update model list.

Change-Id: I2be016a94a374f217e1e8ed9294494ae9d1ccf0c
2025-02-12 15:51:48 +01:00
Guillaume Le Vaillant
d5147fdaf6 gnu: hamlib: Update to 4.6.2.
* gnu/packages/radio.scm (hamlib): Update to 4.6.2.

Change-Id: I49a6793b42f703329f496994ff1e3637d82b6165
2025-02-12 15:51:48 +01:00
Nicolas Graves
64f4c6e5d9 gnu: tegola: Update to 0.21.2.
* gnu/packages/geo.scm (tegola): Update to 0.21.2.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-02-12 13:22:18 +00:00
Nicolas Graves
03b9be5a97 gnu: tegola: Unbundle some go packages.
* gnu/packages/geo.scm (tegola):
[source]<origin>: Use snippet to unbundle some go packages.
[inputs]: Add go-github-com-aws-aws-lambda-go,
go-github-com-aws-aws-sdk-go, go-github-com-beorn7-perks,
go-github-com-burntsushi-toml, go-github-com-gofrs-uuid,
go-github-com-golang-protobuf, go-github-com-google-uuid,
go-github-com-go-test-deep, go-github-com-jmespath-go-jmespath,
go-github-com-mattn-go-sqlite3, go-github-com-spf13-pflag,
go-golang-org-x-crypto, go-golang-org-x-sys, go-golang-org-x-text,
go-golang-org-x-tools, go-google-golang-org-protobuf,
go-go-uber-org-atomic, go-go-uber-org-multierr, go-go-uber-org-zap.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-02-12 13:22:10 +00:00
Ashish SHUKLA
4335fac525 gnu: wlogout: Fix paths to assets
* gnu/packages/wm.scm (wlogout): [#:phases]
<patch-source-paths>: Substitute paths in style.css.

Change-Id: I128581608e29294cbc4165e9ebd7d1e505e90b4f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-02-12 10:40:37 +01:00
Ludovic Courtès
88846de139 gnu: shepherd: Update to 1.0.2.
* gnu/packages/admin.scm (shepherd-1.0): Update to 1.0.2.

Change-Id: Idcf47383b127de6a39b4d3aba197f78e38b8f248
2025-02-12 10:28:47 +01:00
Ludovic Courtès
ec1ada040d services: log-cleanup: Add Shepherd service documentation.
* gnu/services/admin.scm (log-cleanup-shepherd-services): Add
‘documentation’ field.

Change-Id: Ie24033db668a366474f8307e5e8908fd27c06dda
2025-02-12 10:11:01 +01:00
Morgan Smith
d59a13b640 gnu: Add tree-sitter-sway.
* gnu/packages/tree-sitter.scm (tree-sitter-sway): New variable.

Change-Id: I9fef1bd6ac75bc16aa712e9e5455bb64a66bfc28
Signed-off-by: Ian Eure <ian@retrospec.tv>
2025-02-11 18:43:39 -08:00
Leo Famulari
f650fc3e15 gnu: linux-libre 6.6: Update to 6.6.76.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.76.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: I62afa5154c5f1904926cb8bf1cfc3474f6db60a2
2025-02-11 16:57:41 -05:00
Leo Famulari
8b937c3963 gnu: linux-libre: Update to 6.12.13.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.13.
(linux-libre-6.12-pristine-source, deblob-scripts-6.13): Update hashes.

Change-Id: I5dbd5a253e9d33336daf7ec8d66f3d146db52b79
2025-02-11 16:57:41 -05:00
Leo Famulari
adf4efa3a9 gnu: linux-libre 6.13: Update to 6.13.2.
* gnu/packages/linux.scm (linux-libre-6.13-version): Update to 6.13.2.
(linux-libre-6.13-pristine-source, deblob-scripts-6.13): Update hashes.

Change-Id: I556b7f5e79a58e930c67bd060317814bbbec4341
2025-02-11 16:57:41 -05:00
Evgeny Pisemsky
777cff3194 gnu: Add python-awesomeversion.
* gnu/packages/python-xyz.scm (python-awesomeversion): New variable.

Change-Id: I090abfacf7f73ab14ea1e0347211de2a60675128
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-02-11 21:39:15 +00:00
Roel Janssen
f5aa303cc0 gnu: Add collectl.
* gnu/packages/admin.scm (collectl): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Reviewed-by: phodina <phodina@protonmail.com>
Reviewed-by: Simon Tournier <zimon.toutoune@gmail.com>
Reviewed-by: Steve George <steve@futurile.net>
Change-Id: I9064f85651f14d7c992d616eaa6cfa1c9b16c993
2025-02-11 21:21:28 +00:00
Greg Hogan
d5d3cb2c15 gnu: xonsh: Fix tests.
The two failing tests are in tests/completers/test_pip_completer, so
rather than exclude the tests instead add the native input.

* gnu/packages/shells.scm (xonsh)[native-inputs]: Add python-pip.

Change-Id: Ide457ffca0e05d03d9d4d3fea36c1d23a2257c27
Signed-off-by: Ian Eure <ian@retrospec.tv>
2025-02-11 12:46:22 -08:00
Tomas Volf
27ae526fd8 gnu: slirp4netns: Update to 1.3.2.
* gnu/packages/containers.scm (slirp4netns): Update to 1.3.2.

Change-Id: I32f1c0f19b3016b1c42784742b1510cf0d8c04f7
Signed-off-by: Ian Eure <ian@retrospec.tv>
2025-02-11 12:38:37 -08:00
André Batista
1704197359 gnu: torbrowser: Update to 14.0.5 [security-fixes].
Fixes CVEs 2024-11704, 2025-1009, 2025-1010, 2025-1011, 2025-1012,
2025-1013, 2025-1014, 2025-1016 and 2025-1017.  See
<https://www.mozilla.org/en-US/security/advisories/mfsa2025-09/> for
details.

* gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
20250203100000.
(%torbrowser-version): Update to 14.0.5.
(%torbrowser-firefox-version): Update to 128.7.0esr-14.0-1-build2.
(torbrowser-translation-base): Update to
93eddbd3888852c09e130d536fb3c9bd7e4e6f57.
(torbrowser-translation-specific): Update to
dd30508387040bf0a1217a1eb9edb80ac21926f2.

Change-Id: Iaf360be2be2c4dc5b5094d170e415ec7aaca282f
Signed-off-by: Ian Eure <ian@retrospec.tv>
2025-02-11 12:11:37 -08:00
Vagrant Cascadian
d320124771 gnu: grub-minimal, grub-efi: Reduce unused native-inputs.
"qemu" was removed in e9c1ea84fc in the code
though the commit message claims to have removed "qemu-minimal". If that
worked, it may have been broken by switching away from labels in
b9c38f26f1.

* gnu/packages/bootloaders.scm (grub-minimal)[native-inputs]: Remove
qemu-minimal.
(grub-efi)[native-inputs]: Remove qemu-minimal.
2025-02-11 11:45:01 -08:00
André Batista
b30669e15d gnu: mullvadbrowser: Update to 14.0.5 [security fixes].
Fixes CVEs 2024-11704, 2025-1009, 2025-1010, 2025-1011, 2025-1012,
2025-1013, 2025-1014, 2025-1016 and 2025-1017.  See
<https://www.mozilla.org/en-US/security/advisories/mfsa2025-09/> for
details.

* gnu/packages/tor-browsers.scm (%mullvadbrowser-build-date): Update to
20250203100000.
(%mullvadbrowser-version): Update to 14.0.5.
(%mullvadbrowser-firefox-version): Update to 128.7.0esr-14.0-1-build2.
(mullvadbrowser-translation-base): Update to
93eddbd3888852c09e130d536fb3c9bd7e4e6f57.

Change-Id: I3932142356fd3e44d9a3220953df8ae236b90537
Signed-off-by: Ian Eure <ian@retrospec.tv>
2025-02-11 08:49:22 -08:00
Vinicius Monego
ca0dc61a87 gnu: Add python-scitools-iris.
* gnu/packages/geo.scm: Add (gnu packages certs), and (gnu packages
digest).
(python-scitools-iris): New variable.

Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I3d7f082bff5364d51c0eb3f045deec7d93a4c61d
2025-02-11 16:04:52 +00:00
Vinicius Monego
f1397f2f49 gnu: Add python-cf-units.
* gnu/packages/geo.scm (python-cf-units): New variable.

Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Iaa106401da4aa5bc2b9618c9653870118f000c5f
2025-02-11 16:04:52 +00:00
Vinicius Monego
5ff5a2b2cf gnu: Add python-imagehash.
* gnu/packages/python-science.scm (python-imagehash): New variable.

Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ie773b4504d97ac2678e0776a27eb661d909fed47
2025-02-11 16:04:52 +00:00
Sharlatan Hellseher
a7d7a1ec0b gnu: python-regions: Simplify package.
* gnu/packages/astronomy.scm (python-regions) [arguments] <phases>:
Remove 'create-setup.py, 'writable-compiler and build-extensions. Use
custom 'check.

Change-Id: I75ff85cc115e41eb7affd86c10eeea363ded3882
2025-02-11 16:04:51 +00:00
Sharlatan Hellseher
8a07d67ce3 gnu: python-cartopy: Update to 0.24.1.
* gnu/packages/geo.scm (python-cartopy): Update to 0.24.1.
[source] <uri>: Adjust it as PyPI archive name has been changed.
[arguments] <test-flags>: Preserve the most of the tests as they passed
successfully or removed in upstream.  Utilize python-pytest-xdist by
providing "--numprocesses" option.
[propagated-inputs]: Add python-fiona, python-owslib, python-pillow, and
python-pykdtree.
[native-inputs]: Remove python-coveralls and python-pytest-cov. Add
python-setuptools-scm.

Change-Id: I91b82cfe50f569923b782162e447b11cdee45ff0
2025-02-11 16:04:19 +00:00
Ricardo Wurmus
e72b988cfb gnu: r-presto: Update to 1.0.0-1.7636b3d.
* gnu/packages/bioinformatics.scm (r-presto): Update to 1.0.0-1.7636b3d.
[properties]: Fix typo.
[propagated-inputs]: Remove r-deseq2 and r-reshape2; add r-purrr and r-tibble.
[native-inputs]: Add r-knitr.

Change-Id: I1285062405bd42b7f3162a44ccf7b174492e5201
2025-02-11 16:40:05 +01:00
Efraim Flashner
1038c4da36 gnu: greetd: Refer to the correct bash.
This fixes https://issues.guix.gnu.org/76105.

* gnu/packages/admin.scm (greetd)[inputs]: Add bash.

Reported-by: Felix Lechner <felix.lechner@lease-up.com>
Change-Id: I8d7874dda2d20607e5a802ac971b6478f0aea638
2025-02-11 17:15:16 +02:00
Efraim Flashner
3fc24b4a6a gnu: Remove rust-sequoia-gpg-agent-0.4.
* gnu/packages/sequoia.scm (rust-sequoia-gpg-agent-0.4): Delete variable.

Change-Id: I8f9ef51c7837b02d20a8d5769128a2188a3dc8ef
2025-02-11 17:02:04 +02:00
Efraim Flashner
2a09dbd109 gnu: Remove rust-sequoia-net-0.28.
* gnu/packages/sequoia.scm (rust-sequoia-net-0.28): Delete variable.

Change-Id: Ia4c59be2f605ccd5b7f1ca9cce955c8c6519da85
2025-02-11 17:02:04 +02:00
Efraim Flashner
cfa24d1496 gnu: sequoia-chameleon-gnupg: Update to 0.12.0.
* gnu/packages/sequoia.scm (sequoia-chameleon-gnupg): Update to 0.12.0.
[source]: Remove snippet.
[arguments]: Remove a skipped test from the cargo-test-flags.
[cargo-inputs]: Replace rust-fd-lock-3 with 4, rust-interprocess-1 with
2, rust-reqwest-0.11 with 0.12, rust-rustqlite-0.29 with 0.31,
rust-sequoia-gpg-agent-0.4 with 0.5, rust-sequoia-net-0.28 with 0.29,
rust-thiserror-1 with 2.
[cargo-development-inputs]: Add rust-pty-process-0.4.  Replace
rust-interprocess-1 with 2, rust-reqwest-0.11 with 0.12.

Change-Id: I545580e5f9dc249848527dd55f508bd82d4c5651
2025-02-11 17:02:04 +02:00
Efraim Flashner
5639200a33 gnu: rust-sequoia-gpg-agent-0.5: Update to 0.5.1.
* gnu/packages/sequoia.scm (rust-sequoia-gpg-agent-0.5): Update to 0.5.1.
[cargo-inputs]: Replace rust-lalrpop-0.17 with 0.20,
rust-lalrpop-util-0.17 with 0.20.

Change-Id: Ia93ebb2838f4742c3b1249acdd33c02cd218361b
2025-02-11 17:02:04 +02:00
Efraim Flashner
d793b245e5 gnu: Add rust-pty-process-0.4.
* gnu/packages/crates-io.scm (rust-pty-process-0.4): New variable.

Change-Id: I979f7421d0a666f73c415ed4d33811eeac4ff6df
2025-02-11 17:02:04 +02:00
Efraim Flashner
f2032c893a gnu: rust-sequoia-wot-0.13: Update to 0.13.3.
* gnu/packages/sequoia.scm (rust-sequoia-wot-0.13): Update to 0.13.3.
[cargo-inputs]: Replace rust-thiserror-1 with 2.

Change-Id: Ie0cf8c5fe835a5c541e8795c2e937888eac8f807
2025-02-11 17:02:04 +02:00