summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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: diffutils: Reenable tests on the 64bit Hurd.Yelninei
* gnu/packages/base.scm (diffutils): Reenable test-c-stack and test-c-stack2 gnulib test. Change-Id: I6bac2582053c5180fe8c3a803b6e8218c0df653b
2026-03-06gnu: coreutils: Reenable tests on the 64bit Hurd.Yelninei
* gnu/packages/base.scm (coreutils): Don't skip tests/misc/sort-NaN-infloop.sh. gnulib-tests no longer hang but XFAIL instead. Change-Id: I9ea21d9522a16058b59f35ea7aae81c5ee1cee24
2026-03-06gnu: python-boot0: Resolve conflict with newer libm.Yelninei
* gnu/packages/commencement.scm (python-boot0): Rename sinpi to m_sinpi as a newer libm provides sinpi symbol. Change-Id: Ifb8d193a06b66d2859a6ee27f6e64e0260c9b847
2026-03-06gnu: git-minimal: Remove gcc-14 relaxation CFLAGS.Yelninei
* gnu/packages/version-control.scm (git-minimal): Remove flags for gcc-14. Change-Id: I3a6e53225dd44f1a421aef61e9a04c5ba4863aec
2026-03-06gnu: flex: Simplify configure flags for cross compiling.Yelninei
* gnu/packages/flex.scm (flex)[#:configure-flags]: Remove target-hurd64? check and don't set CFLAGS. Change-Id: I1c177cd78b0e489126eba08ec39f90d34d6e63e8
2026-03-06gnu: hurd-headers: Remove unused let binding.Yelninei
* gnu/packages/hurd.scm (hurd-headers): Remove let-binding. * gnu/packages/commencement.scm (gnu/packages/commencement.scm): Inherit version and source. Change-Id: Ib4500e499aab44a424f46fc4bfbf07b9964db2ab
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: mig: Update to 1.8+git20231217-1.3f4b006.Yelninei
* gnu/packages/hurd.scm (mig): Update to 3f4b0062963fca5d90fc65c1d7912ecdc21a8fed. * gnu/packages/commencement.scm (mig-boot0): Inherit version and source. Change-Id: Iaa42922d31100d16366ee3021a1b25b120e8058a
2026-03-06gnu: ruby-excon: Update to 1.3.2.Wilko Meyer
* gnu/packages/ruby-xyz.scm (ruby-excon): Update to 1.3.2. Fixes: guix/guix#6390 Change-Id: Ic6a36d2535479ec986bb4ddc496d3ef742441f11 Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-06gnu: swig, swig-next: Adjust deprecation logic.Sharlatan Hellseher
This is a following up 5f3cd428594f14e9d268c23c8995af5a7a8aaba1 "Deprecate swig and swig-next in vafor of swig-4.0 and swig-4.4.". * gnu/packages/swig.scm (swig): Keep variables as public, see: <https://codeberg.org/guix/guix/pulls/3701#issuecomment-11054327>. (swig-next): Use deprecated/public-alias. Change-Id: I43963c5d039fa133991e8302d54f69fbcb9836fa Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-06gnu: ruby-puma: Update to 7.2.0.Aaron Covrig
* gnu/packages/ruby-xyz.scm (ruby-puma): Update to 7.2.0. [native-inputs]: Remove ruby-rack and ruby-rackup-1; add ruby-minitest, ruby-minitest-mock, ruby-rackup, and ruby-rack-next. [arguments]<#:phases>{use-rack-2}: Remove phase to enable using default rack. {increase-resource-limits}: Increase ulimit to 8192. {check}: Increase test output verbosity. {tune-test-environment}: New phase, change test timeouts and threading {relax-test-case-timeout}: Remove phase. {disable-problematic-tests}: Update list of problematic tests. Change-Id: I41ad0898a1b6497433d3b730c822e9b8402afd22 Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-06gnu: Add ruby-minitest-mock.Aaron Covrig
* gnu/packages/ruby-check.scm (ruby-minitest-mock): New variable. Change-Id: I01daba991f013d3e2b8c31041a89f68ce64f6ec3 Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-06gnu: Add ruby-hoe-git2.Aaron Covrig
* gnu/packages/ruby-xyz.scm (ruby-hoe-git2): New variable. Change-Id: I9aaa37d5b2847a75b74dddda802aec77bae05a48 Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-06gnu: ruby-rack-next: Update to 3.2.5.Aaron Covrig
* gnu/packages/ruby-xyz.scm (ruby-rack-next): Update to 3.2.5. Change-Id: I5c74fe8e9e98ce12fe29f3577d2b0fa354036539 Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-06gnu: ruby-rackup: Update to 2.3.1.Aaron Covrig
* gnu/packages/ruby-xyz.scm (ruby-rackup): Update to 2.3.1. Change-Id: I2447207e00c83623643266b82c146cc65fe06492 Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-06gnu: ruby-rack: Update to 2.2.22.Aaron Covrig
* gnu/packages/ruby-xyz.scm (ruby-rack): Update to 2.2.22. Change-Id: Iecd533deae60768061934bc591f248b2c97a92bf Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-06gnu: ruby-json: Update to 2.18.1.Aaron Covrig
* gnu/packages/ruby-check.scm (ruby-json): Update to 2.18.1. [home-page]: Update to ruby-lang.org. Change-Id: Idee5d1dada1c053c57c4f2d38f85a15e907fd56f Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-06gnu: ruby-minitest: Update to 5.27.0.Aaron Covrig
* gnu/packages/ruby-check.scm (ruby-minitest): Update to 5.27.0. Change-Id: I90df0be9646328165d8cff1ba567b9cd2aa566a0 Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-06gnu: yosys: Add yosys-slang plugin.Cayetano Santos
* gnu/packages/electronics.scm (yosys)[native-inputs]: Add clang-minimal and yosys-slang. [arguments]: Add ’install-yosys-slang #:phase. [license]: Expand to yosys-slang. Change-Id: I27395559a998f8a38882c61e958140bffd848c7a
2026-03-06gnu: yosys: Indent.Cayetano Santos
* gnu/packages/electronics.scm (yosys): Apply style. Change-Id: Id1e59e7aca21869840fc3b8c802af47c7405c4aa
2026-03-06Revert "gnu: Remove phonon-backend-vlc."Sughosha
This reverts commit 291c1506e090d395cf70bc965fe8bbc9a5325079. The phonon package requires a backend to run its "phononsettings" command.
2026-03-06gnu: phonon: Enable wayland support.Sughosha
* gnu/packages/kde-multimedia.scm (phonon)[build-system]: Switch to qt-build-system. [inputs]: Reorder; remove qtbase; add qtwayland. Change-Id: I759680a5fc04869c8ebc62088c9143c9612bffa5
2026-03-06teams: Update team status for Zheng Junjie.Zheng Junjie
* etc/teams.scm (Z572): Remove some teams. Change-Id: Ied973be7c9cf9af86630fbd2f8723a5efdf2fd6d Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-06gnu: praat: Update to 6.4.61.Patrick Norton
* gnu/packages/language.scm (praat): Update to 6.4.61. Change-Id: I86f81f3f9f64144b399f21eb1dba0aeefb02047e Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-03-06gnu: python-dbusmock: Refresh input.Andreas Enge
* gnu/packages/python-xyz.scm (python-dbusmock)[propagated-inputs]: Replace python-dbus-python by python-dbus. Change-Id: Iee8b59e56e572af39ad23c2c8409c2a6236e9c0e
2026-03-06gnu: skladnik: Add qtwayland to inputs.Sughosha
* gnu/packages/kde-games.scm (skladnik)[inputs]: Add qtwayland. Change-Id: I17c9e758adada7c88bc073eb97efc64ca487e594
2026-03-06gnu: lightdm: Fix build.Liliana Marie Prikler
* gnu/packages/display-managers.scm (lightdm)[native-inputs]: Replace python-pygobject with python-pygobject-3.50.
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: sbcl-cl-gtk4: Update to 1.0.0-3.b3e69da.Liliana Marie Prikler
* gnu/packages/lisp-xyz.scm (sbcl-cl-gtk4): Update to 1.0.0-3.b3e69da.
2026-03-06gnu: volctl: Fix build.Liliana Marie Prikler
* gnu/packages/gtk.scm (volctl)[native-inputs]: Add gobject-introspection.
2026-03-06gnu: ulauncher: Fix build.Liliana Marie Prikler
* gnu/packages/xdisorg.scm (ulauncher)[native-inputs]: Add gobject-introspection.
2026-03-06gnu: solaar: Fix build.Liliana Marie Prikler
* gnu/packages/admin.scm (solaar)[native-inputs]: Add gobject-introspection.
2026-03-06gnu: rednotebook: Fix build.Liliana Marie Prikler
* gnu/packages/rednotebook.scm (rednotebook)[inputs]: Replace python-pygobject with python-pygobject-3.50.
2026-03-06gnu: python-gst: Fix build.Liliana Marie Prikler
* gnu/packages/gstreamer.scm (python-gst)[inputs]: Add python-pygobject-3.50. [propagated-inputs]: Remove python-pygobject.
2026-03-06gnu: libmodulemd: Fix build.Liliana Marie Prikler
* gnu/packages/rpm.scm (libmodulemd)[#:phases]: Move ‘check’ after ‘install’.
2026-03-06gnu: jack-select: Fix build.Liliana Marie Prikler
* gnu/packages/music.scm (jack-select)[native-inputs]: Add gobject-introspection.
2026-03-06gnu: ibus-table: Fix build.Liliana Marie Prikler
* gnu/packages/ibus.scm (ibus-table)[native-inputs]: Add gobject-introspection.
2026-03-06gnu: soundconverter: Fix build.Andreas Enge
* gnu/packages/gnome.scm (soundconverter)[inputs]: Replace python-pygobject by python-pygobject-3.50. Change-Id: If1193fece7e5d35d6bd292efddb634d2ed0759c7
2026-03-06gnu: tuba: Update to 0.10.3.Andreas Enge
* gnu/packages/fediverse.scm (tuba): Update to 0.10.3. Change-Id: I2ceecbda8a2afd2f9cfa2f909544a99d2c53de36
2026-03-06gnu: gp-saml-gui: Fix build.Andreas Enge
* gnu/packages/vpn.scm (gp-saml-gui)[inputs]: Replace python-pygobject by python-pygobject-3.50. Change-Id: Ib2f6c313ee463aee74d32882d764fffd3fbf725b
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: gnome-plots: Fix build.Liliana Marie Prikler
* gnu/packages/gnome-xyz.scm (gnome-plots)[inputs]: Replace python-pygobject with python-pygobject-3.50.
2026-03-06gnu: deluge: Fix build.Liliana Marie Prikler
* gnu/packages/bittorrent.scm (deluge)[propagated-inputs]: Move to… [inputs]: … here. Replace python-pygobject with python-pygobject-3.50.
2026-03-06gnu: dbus-verbose: Fix build.Liliana Marie Prikler
* gnu/packages/glib.scm (dbus-verbose)[#:configure-flags]: Replace “--enable-verbose-mode” with “-Dverbose_mode=true”.
2026-03-06gnu: java-brotli: Fix build.Liliana Marie Prikler
* gnu/packages/compression.scm (java-brotli)[#:phases]: Add ‘drop-android-wrapper’.
2026-03-06gnu: Remove libgda.Liliana Marie Prikler
* gnu/packages/gnome.scm (libgda): Delete variable.
2026-03-06gnu: gtranslator: Update to 49.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (gtranslator): Update to 49.0. [#:phases]<sskip-gtk-update-icon-cache>: Also disable “update_desktop_database”. [inputs]: Remove libgda. Replace libhandy with libadwaita. [propagated-inputs]: Replace gtksourceview-4 with gtksourceview. [description]: Update.
2026-03-06gnu: Add resources.Noé Lopez
* gnu/packages/gnome-circle.scm (resources): New variable. * gnu/packages/rust-crates.scm (lookup-cargo-inputs)[resources]: New entry. Change-Id: Ia4ac81d4a447e89e452cbcf22a66efd2a902fd8e Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-03-06gnu: gnote: Update to 48.2.Ben Hansen
* gnu/packages/gnome.scm (gnote): Update to 48.2. [#:phases]: Update ‘skip-gtk-update-icon-cache’ accordingly. [native-inputs]: Remove python. [inputs]: Remove gspell. Replace gtk+ with gtk and gtkmm-3 with gtkmm. Add libadwaita. Change-Id: I163739a8aaeef578590ec95a7364b1e459e07a0d Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>