* gnu/home/services/sway.scm (make-alist-predicate): Add an optional argument.
(bindings?): Remove procedure.
(keybinding-options?): New procedures.
(codebinding-options?): New procedures.
(gesture-options?): New procedures.
(mouse-bindings?): Allow to pass options to mouse-bindings.
(sway-configuration) [keybindings]: Allow to pass options to key-bindings.
[gestures]: Allow to pass options to gesture-bindings.
(sway-mode) [keybindings]: Allow to pass options to key-bindings.
(serialize-binding): Support options.
(serialize-mouse-binding): Support options.
(serialize-keybinding): Support options.
(serialize-gesture): Support options.
(serialize-variable): Inline previous definition.
* doc/guix.texi (Sway window manager): Document this.
Change-Id: Icf210aca4a9b44adc0baead7430637f6fcda17e5
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu/packages/guile-xyz.scm (guile-fibers-1.4): Update to 1.4.1.
[arguments]: Set to the empty list.
Change-Id: I3c091af4e955b613e0542faaeb0a26588a93aab1
The package still fails to build, see
<https://github.com/artoh/kitupiikki/issues/1422>.
* gnu/packages/finance.scm (kitsas): Update to 5.9.
Change-Id: Idb7aa5ec919f4ad5120e942ce9fa19da5f0731b9
* etc/teams/qt/common.scm (qt-packages-manifest): Also select packages whose
name start with 'python-pyqt'.
Change-Id: I8caf2b62b1f0cd269d8c123d9e8ffe6344814c55
Fixesguix/guix#2675.
* gnu/packages/gnome.scm (librsvg)[arguments]: Adjust the configure-flags
when cross-compiling to also set the RUST_TARGET.
Change-Id: Iaab1f7c01b4204d4cd3e12fd64f2260b4b3e4b10
* gnu/packages/java.scm (openjdk11)[arguments]
<#:parallel-build?>: Unset.
<#:phases>{build, build-jre}: Explicitly set JOBS to 1 when parallel
build unset.
(openjdk12)[arguments]<#:parallel-build?>: Set.
(openjdk9)<#:phases>{build}: Explicitly set JOBS to 1 when parallel
build is unset.
Change-Id: I1a1e5d89e6a223f069755ab7dcc6242a4e90e7cc
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Dependents still rely on `package-with-ocaml5.0' which generates an
ocaml5.0-ctypes definition that builds properly.
* gnu/packages/ocaml.scm (ocaml5.0-ctypes): remove.
Change-Id: Ic6d42d751bc9ecc3817ab963fde20bb5765399ff
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Fixes CVEs 2025-9864, 2025-9865, 2025-9866, 2025-9867, 2025-10200 and
2025-10201. See:
<https://chromereleases.googleblog.com/2025/09/stable-channel-update-for-desktop.html>
and
<https://chromereleases.googleblog.com/2025/09/stable-channel-update-for-desktop_9.html>
* gnu/packages/chromium.scm (%preserved-third-party-files): Remove
'third_party/wasm_tts_engine' which does not exist anymore.
(%chromium-version): Update to 140.0.7339.127.
(%ungoogled-origin, %debian-origin): Update hashes.
(%debian-patches): Add 'trixie/rust-no-alloc-shim.patch'.
(%guix-patches): Remove 'ungoogled-chromium-nullptr_t.patch' which
was merged upstream; Add 'ungoogled-chromium-unbundle-icu-target.patch'.
(ungoogled-chromium) [arguments] <#:configure-flags>: Add 'use_system_icu'
and set it true.
* gnu/packages/patches/ungoogled-chromium-nullptr_t.patch: Remove it.
* gnu/packages/patches/ungoogled-chromium-unbundle-icu-target.patch: Add it.
* gnu/local.mk (dist_patch_DATA): Register and unregister the above.
Change-Id: I315dfa7e20ad48e03d8abb764ac726a999d6fbf7
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This is a temporary package for a newer version of wayland-protocols for use
in hyprland. The update is already done on mesa-updates so this package will
be removed there before the branch is merged to master.
* gnu/packages/freedesktop.scm (wayland-protocols-next): New variable.
Change-Id: I3751d908f92463c7cb974eba25e3b9888e8238f7
Signed-off-by: John Kehayias <john@guixotic.coop>
The boost dependency was removed in MPD 0.24.
* gnu/packages/mpd.scm (mpd): Update to 0.24.5.
[inputs]: Remove boost.
Change-Id: I3aaadcf6346fab5f5bddc4c7a3fd0e012e871520
* gnu/packages/linux.scm (conntrack-tools): Update to 1.4.8.
[source]: Upstream switched to xz archive format; change the download URI
accordingly.
Change-Id: I48e87fae63fbe04cd2c98dbc903cd4b2f8694440