gnu: cava: Update to 0.10.6. * gnu/packages/audio.scm (cava): Update to 0.10.6. Change-Id: Idc566e0bf032f4ef9e14593eaf0962d716c74974
gnu: bluez-alsa: Update to 4.3.1. * gnu/packages/audio.scm (bluez-alsa): Update to 4.3.1. [native-inputs]: Add `(,glib "bin") and python-minimal. Change-Id: Ia83aca1740f7428265f9a8ee1c562b4d2b905698
gnu: faust-2: Update to 2.81.10. * gnu/packages/audio.scm (faust-2): Update to 2.81.10. Change-Id: I52e0b84c85b458cffacb884d0e7f1e9521b8968f
gnu: ccls: Update to 0.20250815. * gnu/packages/cpp.scm (ccls): Update to 0.20250815. Change-Id: I3ab64e8d0562acbcdf8960439617cafbdf211b1e
gnu: Add goldendict-ng. * gnu/packages/dictionaries.scm (goldendict-ng): New variable. Change-Id: If2503f0ab76b996c731032d997b70d220fe471a0
gnu: cable: Update to 0.9.21. * gnu/packages/audio.scm (cable): Update to 0.9.21. [arguments]<#:phases>: Remove 'wrap-executables phase. Change-Id: I3047366220b1fb229856a1f21f583ed101103f65
gnu: python-jack-client: Fix build. * gnu/packages/audio.scm (python-jack-client)[arguments]<#:tests?>: Disable. Change-Id: Ic42f18d0f255ce52e2ef1553249c8cbd17f57cf7
gnu: noise-repellent: Update to 0.2.3. * gnu/packages/audio.scm (noise-repellent): Update to 0.2.3. [arguments]<#:configure-flags>: Remove "--prefix" flag. [inputs]: Reorder; add libspecbleach. Change-Id: I6281e3e91ec907df994914395b0c1f7f3fdabb57
gnu: Add libspecbleach. * gnu/packages/audio.scm (libspecbleach): New variable. Change-Id: I039d2a1370c6de3d31c682516625e73ab8a06f83
gnu: Fix patchwork service test. * gnu/packages/patchutils.scm (patchwork):[arguments]: Write version.txt, tweak some indentation, patch the STATICFILES_DIRS entry. [propagated-inputs]: Add python-tzdata. * gnu/services/web.scm (patchwork-settings-module-compiler): Don't set STATIC_ROOT on debug, as this clashes with STATICFILES_DIRS. (patchwork-django-admin-gexp): Fix. (patchwork-shepherd-services): Workaround issue referencing random-token. * gnu/tests/web.scm (patchwork-initial-database-setup-service): Don't use primitive-fork, as this doesn't work with newer shepherds. (run-patchwork-test): Check the setup runs. Change-Id: I7dfeb816b4f6c9070358d433fb7ca8faa1fbfd2a
gnu: alsa-scarlett-gui: Update to 0.5.1. * gnu/packages/music.scm (alsa-scarlett-gui): Update to 0.5.1. Change-Id: Id49e6e98533f9a06113c6397224b91f3da7b704d
home: services: niri: Add XWayland satellite support. The niri compositor requires xwayland-satellite for proper X11 application support under Wayland. This package provides the necessary bridge for running X11 applications in a Wayland-native environment. * gnu/home/services/niri.scm (home-niri-service-type): Add xwayland-satellite to the package list, ensuring X11 applications work correctly in niri sessions. Change-Id: I8b16fe2bed7563425408adfa9083ce322575dac0
gnu: jalv: Disable Wayland support. Some LV2 plugins do not work with Wayland. * gnu/packages/audio.scm (jalv)[arguments]<#:phases>: Remove 'wrap phase. [inputs]: Remove qtwayland-5. Change-Id: I39b89e9286f2d1986a189e5e49197179b4511f59
gnu: jalv: Finalize enabling Wayland support. This is a follow-up to commit 16110652a899e4156db12141921e564f7424771d which started enabling Wayland support for jalv. * gnu/packages/audio.scm (jalv)[arguments]: Switch to gexp. <#:phases>: Add 'wrap phase. Change-Id: Iad5aa54da19ede805e31b1796ec5fa7e9797201d
gnu: clasp-3d-transforms: Remove duplicate package definition. * gnu/packages/lisp-xyz.scm (clasp-3d-transforms): Remove duplicate package definition. This reverts commit 9663a89e321d4de35d927f3d8f92177fc8ef55e4.
gnu: go-1.24: Skip a test when building for armhf-linux. * gnu/packages/golang.scm (go-1.24)[arguments]: Adjust the 'disable-more-tests phase to skip a test on armhf-linux. Change-Id: If05e4b80669a0f4faf79c7c589d6c99b297c7d92
gnu: go-1.23: Skip a test when building for armhf-linux. * gnu/packages/golang.scm (go-1.23)[arguments]: Adjust the 'disable-more-tests phase to skip a test on armhf-linux. Change-Id: I16eabf352395a7fd064cddf40dabd3f1ac35fe65
gnu: pixman: Fix build on armhf-linux. * gnu/packages/xdisorg.scm (pixman)[arguments]: Update configure-flags when building for armhf-linux. Change-Id: Ia6ddf762969132c49955469672e9a43652cb1851
gnu: minetest-game: Update to 0.0.0-2.052ccb0. * gnu/packages/luanti.scm (minetest-game): Update to 0.0.0-2.052ccb0. Closes: guix/guix#4024 Change-Id: Icd13737e351598960d1861d286bec96045e8ecd2 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
gnu: Rename luanti-game to luanti-minetest-game. * gnu/packages/luanti.scm (minetest-game): Rename package to luanti-minetest-game. (luanti): Update reference to luanti-minetest-game. * guix/build-system/luanti.scm (standard-luanti-packages): Update input name to luanti-minetest-game. Change-Id: If1ad595040c59f5cd3014db0039980e45f6a92fb Signed-off-by: 宋文武 <iyzsong@member.fsf.org>