summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
AgeCommit message (Collapse)Author
2026-04-07gnu: ruby-pg: Update to 1.6.2.Nicolas Graves
* gnu/packages/patches/ruby-pg-connect-timeout.patch: Delete upstreamed patch. * gnu/packages/ruby-xyz.scm (ruby-pg)[source]: Update to 1.6.2. Drop patch. * gnu/local.mk (dist_patch_DATA): Unregister patch. Change-Id: I5b6cfaf96199216d6f80c727d8e10b7f4c51577a Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
2026-04-07gnu: libskk: Update to 1.1.1.宋文武
* gnu/packages/patches/libskk-fix-invalid-escape.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Unregister it. * gnu/packages/language.scm (libskk): Update to 1.1.1. [source]: Remove patch. [propagated-inputs]: Add glib and libgee. Change-Id: I696a460f624319f8f314e08b07e3c1de4c7fd191
2026-04-04gnu: cadical: Update to 2.1.3.Sören Tempel
* gnu/packages/maths.scm (cadical): Update to 2.1.3. * gnu/packages/patches/cadical-add-shared-library.patch: Adjust accordingly. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-04-04gnu: ldc: Fix int128 alignment.Yelninei
* gnu/packages/patches/ldc-i686-int128-alignment.patch: New patches. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/dlang.scm (ldc-bootstrap)[patches]: Use it. Change-Id: I21671c2a54634c284d8832f0627fe28494e1b0b8 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-04-02gnu: tao-synth: Fix build.Liliana Marie Prikler
* gnu/packages/patches/tao-synth-include-string-you-use.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/audio.scm (tao-synth)[patches]: Use it here. [native-inputs]: Drop gcc-7. Fixes: guix/guix#6849 (tao-synth fails to build)
2026-04-02gnu: nheko: Apply patch to render message replies properly.bdunahu
* gnu/packages/patches/nheko-0-12-1-fix-rendering-replies.patch: New file. * gnu/packages/messaging.scm (nheko)[source]: Apply it. * gnu/local.mk: (dist_patch_DATA): Register it. Change-Id: I262b8054e9ef6365450c8f89a69d60e4200f996f Merges: https://codeberg.org/guix/guix/pulls/6853 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
2026-03-30gnu: lsof: Update to 4.99.6.Danylo Kondratiev
* gnu/packages/lsof.scm (lsof): Update to 4.99.6. [source]: Remove patch. [arguments]: Remove field. * gnu/packages/patches/lsof-compat-linux-6.9.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Change-Id: I451ae8fdc2e45b0c835a0ddc80ec851cd6fc2737 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2026-03-30gnu: nickle: Update to 2.107.Eric Bavier
* gnu/packages/nickle.scm (nickle): Update to 2.107. [source]: Remove patch. Tarballs now xz-compressed. [build-system]: Use meson-build-system. [native-inputs]: New field. Include 'bc' for tests and 'ruby-asciidoctor-pdf' for "nickle-tutorial.pdf" target. [arguments]: Add 'disable-benchmarks phase; remove others. * gnu/packages/patches/nickle-man-release-date.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Merges guix/guix!7236 Change-Id: Ia3ee04696965720b38b1f6e907983e6d2fe47e07 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-03-29gnu: Add ppsspp.Liliana Marie Prikler
* gnu/packages/patches/ppsspp-disable-upgrade-and-gold.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/emulators.scm (aemu-postoffice-source, libchdr-source) (rcheevos-source): New variables. (ppsspp): New variable.
2026-03-29gnu: Remove prusa-wxwidgets.Cayetano Santos
* gnu/packages/wxwidgets.scm (prusa-wxwidgets): Delete variable. * gnu/packages/patches/prusa-wxwidgets-makefile-fix.patch: Delete. * gnu/local.mk (dist_patch_DATA): Unregister it. Merges guix/guix!7516 Change-Id: Icc703e6bd75b79c9071fac59e283cb18cbe6c70a
2026-03-28gnu: xorg-server: Apply tearfree patch for modesetting driver.Ian Eure
Much of the modern Linux video stack depends on using kernel modesetting (KMS) drivers. Because of this, not much effort has been put into the legacy stuff, which have grown less supported and more buggy. Unfortunately, the modesetting Xorg driver didn’t initially have support for tear-free video (which most legacy drivers did), requiring additional software -- a compositor -- to fix this. Sadly, there’s no good option for a compositor -- they all require hardware-specific tweaking and tuning, and tend to be quite buggy. Support for a "TearFree" option merged in 2022[1], but there hasn’t been an Xorg release since it was merged. This PR applies the patch from that MR to the last release. It required a one-character edit to apply cleanly, necesitating inclusion in the Guix repo. I tested this on bare metal and it appears to work well. [1]: https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1006 * gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/patches/xorg-server-tearfree-modesetting.patch: New file. * gnu/packages/xorg.scm (xorg-server): Apply modesetting tearfree patch. Change-Id: I60a705b35cb51bfd7de79aba406bc4b7b3934e48
2026-03-28gnu: radare2: Update to 6.1.2.bdunahu
* gnu/packages/engineering.scm (radare2): Update to 6.1.2. * gnu/packages/patches/radare2-fix-meson-build-to-use-sys-qjs.patch: Adjust diff for upstream code changes. Merges: https://codeberg.org/guix/guix/pulls/7446 Change-Id: I70e106dd13ce221cb7f0273cc27d701893ca3a3d Reviewed-by: Nguyễn Gia Phong <cnx@loang.net> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-28gnu: Add showtime.Maxim Cournoyer
* gnu/packages/gnome.scm (showtime): New variable. * gnu/packages/patches/showtime-python-3.11-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I49d7e852df8cff649b8b9fd23b89422161c99c68
2026-03-26gnu: Add libretranslate.Nguyễn Gia Phong
* gnu/packages/machine-learning.scm (libretranslate): New variable. * gnu/packages/patches/libretranslate-use-flasgger.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I82ca207ee8c724e3ee0623768b502512c494e9c1 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-03-24gnu: Add rocHPL.Ludovic Courtès
Based on earlier work by AMD in <https://gitlab.inria.fr/guix-hpc/guix-hpc>. * gnu/packages/rocm-apps.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/patches/rochpl-supported-distros.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Merges guix/guix!7251 Change-Id: I1542a423faa854f5dfcb8965c4ffa3ab1e17098d Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-03-22gnu: softhsm: Update to 2.7.0.Noé Lopez
* gnu/packages/security-token.scm (softhsm): Update to 2.7.0. [source]: Switch to git source. [inputs]: Add autoconf, automake, and libtool. Sort alphabetically. Change-Id: I4c1dd367b76dad448b32fb300d4f9707335497f5 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-03-20gnu: lufa: Patch incompatible cast compilation error.Arun Isaac
* gnu/packages/patches/lufa-fix-incompatible-cast.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/avr-xyz.scm (lufa)[source]: Use it.
2026-03-19Revert "gnu: texmacs: Update to 2.1.5."Andreas Enge
This reverts commit 3508b209ce955371f1d622e308500a8878f79be8.
2026-03-19gnu: libportal: Build with Qt6.Andreas Enge
* gnu/packages/patches/libportal-qt-6.9.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/freedesktop.scm (libportal)[source]: Add patch. [inputs]: Replace qtbase-5 by qtbase. Remove qtx11extras. Change-Id: I8a34979cd10f89efd39749a3a10bf5bb0c93a2f6
2026-03-19gnu: texmacs: Update to 2.1.5.Andy Tai
* gnu/packages/text-editors.scm (texmacs): Update to 2.1.5. [inputs]: Add gnutls. [patches]: Remove texmacs-wayland-hidpi.patch. * gnu/packages/patches/texmacs-wayland-hidpi.patch: Remove the file. * gnu/local.mk (dist_patch_DATA): … and deregister it. Change-Id: I626e35e91c9977374d24809f1b58c3a35576cdca Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-19gnu: reduce: Update to 2026-03-11.Nigko Yerden
* gnu/packages/algebra.scm (reduce): Update to 2026-03-11, revision 7333. [source]<origin>: Switch to svn-fetch. [source]<origin>{snippet}: Update list of deleted files and directories. [arguments]<#:phases>: Add 'fix-version phase. * gnu/packages/patches/reduce-unbundle-libffi.patch: Adjust. Change-Id: Ie1bc2bcdeff72c1e96258f0966a7abb9b7b9fdb4 Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-19gnu: Add e9patch.Nguyễn Gia Phong
* gnu/packages/patchutils.scm (e9patch): New variable. * gnu/packages/patches/e9patch-zydis-4.1-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Co-Authored-By: Liliana Marie Prikler <liliana.prikler@gmail.com> Change-Id: Iad3da332c17e3236ed1fd635cffae006195a77a6 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-03-18gnu: qtwayland@5: Fix rendering bug on lodpi screen in hidpi mode.Danny Milosavljevic
* gnu/packages/patches/qtwayland-5.15.18-0056-redraw-hidpi.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/qt.scm (qtwayland-5)[source]: Use it. Change-Id: Iaa2c85b7f17728836465f1ae50f65a1b8dea60ef Merges: #7127
2026-03-18gnu: gnome-contacts: Update to 49.0.Noé Lopez
* gnu/packages/gnome.scm (gnome-contacts): Update to 49.0. [source]: Add compatibility patch from version 50.alpha. * gnu/packages/patches/gnome-contacts-evolution-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register the patch. Change-Id: If192104170bede40da385c50b7571ccb72f47489 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
2026-03-18gnu: gnome-contacts: Update to 49.0.Noé Lopez
* gnu/packages/gnome.scm (gnome-contacts): Update to 49.0. [source]: Add compatibility patch from version 50.alpha. * gnu/packages/patches/gnome-contacts-evolution-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register the patch. Change-Id: If192104170bede40da385c50b7571ccb72f47489 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
2026-03-18gnu: Add exaile.Ryne Everett
* gnu/packages/music.scm (exaile): New variable. * gnu/packages/patches/exaile-gstreamer-1.28.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Sughosha <sughosha@disroot.org>
2026-03-17gnu: Remove python-accupy.Andreas Enge
* gnu/packages/maths.scm (python-accupy): Delete variable. * gnu/packages/patches/python-accupy-fix-use-of-perfplot.patch, gnu/packages/patches/python-accupy-use-matplotx.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Unregister patches. Change-Id: I3364592d794986674bf5fc55463280f58f8efe8a
2026-03-17gnu: Remove unused patches.Efraim Flashner
* gnu/packages/patches/dbus-c++-gcc-compat.patch, gnu/packages/patches/dbus-c++-threading-mutex.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Unregister them. Change-Id: Id629a757cc89e3f799c0fa1880bdc0c3a3b1a0bf
2026-03-17gnu: Add elastix.Ricardo Wurmus
* gnu/packages/image-processing.scm (elastix): New variable. * gnu/packages/patches/elastix-1404.patch: New file. * gnu/local.mk (dist_patch_DATA): Record it. Change-Id: Ic3b76c70afe2fc7ddb0f2516204f76e5690143a9
2026-03-16gnu: hwloc-2: Fix OpenCL linking error for dependents.Romain GARBAGE
* gnu/packages/mpi.scm (hwloc-2)[origin]: Add patch adding a configure flag for OpenCL. [native-inputs]: Add dependencies required to generate configure. Remove opencl-ic-loader... [inputs]: ...and move it here. [arguments]: Use new configure flag. Force configure script generation. Merges guix/guix!6032 Change-Id: Idd31c6b6efbab9c87f83c5af750a0994518be69a Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-03-14gnu: emacs-buttercup: Scope native-comp trampoline workaround to spy-on.Danny Milosavljevic
* gnu/packages/patches/emacs-buttercup-1.38-native-comp-spy-on-trampoline-scope.patch: New file. * gnu/packages/emacs-build.scm (emacs-buttercup)[source]: Add it. * gnu/local.mk (dist_patch_DATA): Add it. Fixes: guix/guix#6927 Change-Id: I52d48090e16ce4e56839e151632d266848ec4073
2026-03-14gnu: codex, codex-acp: Drop file_lock patches; enable network-proxy.Danny Milosavljevic
* gnu/packages/patches/rust-codex-0.98.0-arg0-file-lock.patch, gnu/packages/patches/rust-codex-0.98.0-core-file-lock.patch, gnu/packages/patches/rust-codex-0.98.0-execpolicy-file-lock.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Unregister them. * gnu/packages/rust-sources.scm (rust-codex-0.0.0.785c0c43)[source]<patches>: Remove file-lock patches. (rust-codex-0.98.0)[source]<patches>: Likewise. [arguments]<#:cargo-package-crates>: Add codex-network-proxy. * gnu/packages/rust-apps.scm (codex)[source]<patches>: Remove file-lock patches. [arguments]<#:cargo-install-paths>: Add network-proxy. <#:cargo-package-crates>: Add codex-network-proxy. (codex-acp)[arguments]<#:rust>: Delete. <#:cargo-test-flags>: Remove override. * gnu/packages/patches/codex-0.98.0-remove-patch-sections.patch: Stop excluding network-proxy from workspace members. Change-Id: Iabc65a4ca2e8cc5801933a74a2b53b9bce404102
2026-03-13gnu: genimage: Move to flashing-tools.Cayetano Santos
* gnu/packages/genimage.scm: Remove. * packages/patches/genimage-mke2fs-test.patch: Remove. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister module. (dist_patch_DATA): Unregister patch. * po/packages/POTFILES.in: Unregister module. * gnu/packages/flashing-tools.scm (genimage): Add variable. * gnu/packages/image.scm: Update used module. Merges guix/guix!7045 Change-Id: Iaeafca2b63bcd92f588894543316b968f45c577c
2026-03-13gnu: grub: Fix build for the 64bit Hurd.Hugo Buddelmeijer
Patch is unnecessary after grub is upgraded to 2.14 in https://codeberg.org/guix/guix/pulls/6457. * gnu/packages/bootloaders.scm (grub)[arguments]: Remove patch. * gnu/packages/patches/grub-hurd64.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister it. Fixes: guix/guix#7106 Merges: https://codeberg.org/guix/guix/pulls/7110 Change-Id: I288ae85f006e44e48e666123eb45cee9f1693026 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-13gnu: Add codex.Danny Milosavljevic
* gnu/packages/patches/codex-0.98.0-remove-patch-sections.patch: New file. * gnu/packages/patches/rust-codex-0.98.0-test-shebangs.patch: New file. * gnu/packages/patches/rust-codex-0.98.0-test-timeout.patch: New file. * gnu/packages/patches/rust-codex-0.98.0-windows-sandbox-protocol-version.patch: New file. * gnu/local.mk (dist_patch_DATA): Add references to the patches. * gnu/packages/rust-apps.scm (codex): New variable. * gnu/packages/rust-crates.scm: Add crates. * gnu/packages/rust-sources.scm (rust-codex-0.98.0): New variable. Change-Id: Ic4af28034cbae83a7e212ee328cbdc25bce31ef0
2026-03-12gnu: nextpnr: Update to 0.10.Cayetano Santos
* gnu/packages/patches/nextpnr-imgui.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Unregister it. * gnu/packages/electronics.scm (nextpnr): Update to 0.10. [sources]<#:snippet>: Keep ’imgui and ’qtimgui. <#:patches>: Delete. [inputs]: Replace pybind11-2 by pybind11; delete qtimgui. [arguments]: Add ’fix-test #:phase. * gnu/packages/electronics.scm (nextpnr-cli)[inputs]: Restore. Merges guix/guix!6057 Change-Id: I2beb8629967b20309051a7ab8c67528742d080cc
2026-03-11gnu: sbcl-cl-ana: Update to 0.0.0-3.88abde5.jgart
* gnu/packages/lisp-xyz.scm (sbcl-cl-ana): Update to 0.0.0-3.88abde5. [sources]: Add patch. * gnu/packages/patches/cl-ana-pr-49.patch: Include patch file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I352e36708ddbb5c1700b18425485fcb60125ca6e
2026-03-11gnu: gst-plugins-base: Update to 1.28.1.Maxim Cournoyer
* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.28.1. [source]: Apply a patch. [propagated-inputs]: Add libdrm. * gnu/packages/patches/gst-plugins-base-null-pointer.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: Id027d1e6ddc5ff331d4d64965266d7a99d859d3b
2026-03-10gnu: dbus: Remove obsolete patch for the Hurd.Yelninei
With the updated dbus the patch is already included. * gnu/packages/glib.scm (dbus)[#:phases]: Remove 'patch-hurd phase. * gnu/packages/patches/dbus-hurd.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Unregister it. Change-Id: I651344fd70d9acc762fd50fa5307e64391c92c50 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-03-08gnu: Add python-onnx-asr.Danny Milosavljevic
* gnu/packages/patches/python-onnx-asr-0.10.2-bundled-parakeet-model.patch: New file. * gnu/local.mk (dist_patch_DATA): Add reference to it. * gnu/packages/speech.scm (%parakeet-hf-base): New variable. (parakeet-tdt-config): New variable. (parakeet-tdt-vocab): New variable. (parakeet-tdt-encoder-int8): New variable. (parakeet-tdt-decoder-joint-int8): New variable. (python-onnx-asr): New variable. Change-Id: Id103dfe51478b68d8332308fa30e12e5f16d1d80
2026-03-08gnu: calls: Update to 49.1.1.Maxim Cournoyer
* gnu/packages/gnome.scm (calls): Update to 49.1.1. [patches]: Delete calls-disable-application-test.patch. [#:phases] {disable-problematic-tests}: New phase. [inputs]: Replace libpeas with libpeas-2. * gnu/packages/patches/calls-disable-application-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Change-Id: I07f1dc148fe1a3f70f457e0d38eecd0b7b76cbf9
2026-03-07gnu: onnxruntime: Fix integration into projects.Danny Milosavljevic
* gnu/packages/patches/onnxruntime-1.22.0-splittosequence-bool.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/machine-learning.scm (onnxruntime)[source]: Use patch. [arguments]<#:configure-flags>: Enable onnxruntime_USE_FULL_PROTOBUF, Protobuf_USE_STATIC_LIBS=ON. [inputs]: Replace onnx by onnx-for-onnxruntime. Replace protobuf by protobuf-static-for-onnxruntime. Change-Id: I20d8172b9c4e81ce351cf40102be7db388387a0d
2026-03-07gnu: Add onnx-for-onnxruntime.Danny Milosavljevic
* gnu/packages/patches/onnx-1.17.0-for-onnxruntime.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/machine-learning.scm (onnx-1.17.0-for-onnxruntime): New variable. [source]: Use patch. Change-Id: Ib5dab812c6a0f970e65d0764a4889a3eee0ebda2
2026-03-06gnu: hurd: Update to 0.9.git20251029-0.6290b4c.Janneke Nieuwenhuizen
* gnu/packages/patches/hurd-crash-x86_64.patch, gnu/packages/patches/hurd-proc-zombies.patch, gnu/packages/patches/hurd-streamio-select.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Unregister them. * gnu/packages/hurd.scm (hurd-headers): Remove them; update to 0.9.git20251029-0.6290b4c. Change-Id: I951130ad373f9d323bfdfc5d18aab5584bb51a16
2026-03-06gnu: hurd: Add patch to prevent hang of crash-dump-core.Yelninei
* gnu/packages/patches/hurd-crash-x86_64.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/hurd.scm (hurd): Add patch. Change-Id: I4a6b3a3385a9890c4a1781092ad1168a7b51e50f
2026-03-06gnu: gnumach-headers: Update to 1.8+git20251228.Yelninei
* gnu/packages/hurd.scm (gnumach-headers): Update to 1.8+git20251228. (gnumach): Remove upstreamed patches. * gnu/local.mk (dist_patch_DATA): Unregister patches. * gnu/packages/patches/gnumach-div0.patch: Delete file. * gnu/packages/patches/gnumach-kmsg-overflow.patch: Delete file. * gnu/packages/commencement.scm (gnumach-headers-boot0): Inherit version, don't use git-fetch-from-tarball. Change-Id: I90662803f95252096b45d6a49c7863683a9f8b51
2026-03-06gnu: lua-lgi: Fix build.Liliana Marie Prikler
* gnu/packages/patches/lua-lgi-fix-pango.patch: New file. * gnu/packages/patches/lua-lgi-fix-ref.patch: New file. * gnu/local.mk (dist_patch_DATA): Register them here. * gnu/packages/lua.scm (make-lua-lgi)[patches]: Add them here.
2026-03-06gnu: gnome-recipes: Fix build.Liliana Marie Prikler
* gnu/packages/patches/gnome-recipes-rest-in-soup.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/gnome.scm (gnome-recipes)[patches]: Use it here.
2026-03-06gnu: Add cartridges.Noé Lopez
* gnu/packages/gnome-circle.scm (cartridges): New variable. * gnu/packages/patches/cartridges-fix-non-parallel-build.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: Ie5fe37fdc8f87d2e2d378b565feb2f5e3d0c6463 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-03-06gnu: komikku: Update to 1.99.0.Liliana Marie Prikler
* gnu/packages/patches/komikku-python-3.11-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gnome-circle.scm (komikku): Update to 1.99.0. [source]: Drop patches. [inputs]: Add python-pyjwt and python-pypdf.