gnu: emacs-doric-themes: Update to 0.5.0. * gnu/packages/emacs-xyz.scm (emacs-doric-themes): Update to 0.5.0. Change-Id: I0916112ad06c370da56426426d528d94781c14b9
gnu: emacs-dicom: Update to 1.2. * gnu/packages/emacs-xyz.scm (emacs-dicom): Update to 1.2. Change-Id: Ied44cb774e842a48ff17e0310b5cda9a7673ecee
gnu: emacs-casual: Update to 2.11.2. * gnu/packages/emacs-xyz.scm (emacs-casual): Update to 2.11.2. [native-inputs]: Add emacs-csv-mode. Change-Id: I7cec78db32225a00dd29804644c843a6c699cec3
gnu: emacs-alect-themes: Update to 0.11. * gnu/packages/emacs-xyz.scm (emacs-alect-themes): Update to 0.11. Change-Id: I411051712aa36749d4078c481065ed82c39cb7e5
gnu: emacs-closql: Update to 2.3.2. * gnu/packages/emacs-xyz.scm (emacs-closql): Update to 2.3.2. Change-Id: Ic83992032aaebebfafbba73bdfc8e0dbf8e777ae
gnu: emacs-apheleia: Update to 4.4.2. * gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 4.4.2. Change-Id: Ia9ca4fcb4201c097d94f7be83bdd45c20e0aabf3
gnu: emacs-auto-compile: Update to 2.1.1. * gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 2.1.1. Change-Id: Idc4fdc9c064670902246f6241ea57e1aacedcb13
gnu: openttd-jgrpp: Update to 0.68.2. * gnu/packages/games.scm (openttd-jgrpp): Update to 0.68.2. Closes: guix/guix#4654 Change-Id: I78acd5e97f1a295198368acae6ea67ff1172011c Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
gnu: ccls: Update to 20250815.1. * gnu/packages/cpp.scm (ccls): Update to 20250815.1. Change-Id: I25eaec1b1fab4b648c9eb07f80ea2a0617c2c201 Signed-off-by: jgart <jgart@dismail.de>
gnu: tuxpaint: Update to 0.9.35. * gnu/packages/games.scm (tuxpaint): Update to 0.9.35 [inputs]: Add libxml2. (tuxpaint-stamps): Update to 2025.05.26. (tuxpaint-config): Update to 0.0.26. Change-Id: I762690134c6d548082000add229ad82cce499970 Signed-off-by: jgart <jgart@dismail.de>
gnu: tmux: Update to 3.6a. * gnu/packages/tmux.scm (tmux): Update to 3.6a. Change-Id: I51c560461e38b5f6ab7eeffac5ad5d5c14ad3d5e Signed-off-by: jgart <jgart@dismail.de>
gnu: trealla: Update to 2.86.10. * gnu/packages/prolog.scm (trealla): Update to 2.86.10. Change-Id: Ie5e63e302002949f9fca3ffe60e1147744289700
gnu: zig-source: Update url to point to Codeberg. * gnu/packages/zig.scm (zig-source)[origin]: Update url to point to Codeberg. Change-Id: I9cf3567cf6b9082e28d4e25ed4281db4be508eff Signed-off-by: jgart <jgart@dismail.de>
news: Add translations. * etc/news.scm: Reuse 6.13 translation for linux-libre 6.16 removal entry, because it is mostly the same. Change-Id: Ib6ab35ed56534a133926950ed7a71972548070f4
etc: Update SELinux rule file to support unprivileged daemon. Fixes: #3576. * etc/guix-daemon.cil.in: Add rules for unprivileged daemon. Change-Id: Ic0c561036230d397f7071daef33ca8181684d014 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
doc: Mention newgidmap tool for systemd installations * doc/guix.texi (Binary Installation): Mention newgidmap. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: mlir: Install mlir-tblgen Change-Id: I83d4566e0b861f14d023c1991fbae95c7c552d88 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add MLIR 15. * gnu/packages/llvm.scm (mlir-15): New variable. Change-Id: Idf0d2e406b7705a8d7de0dbda66d358c64c00d66 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Modified-by: Ludovic Courtès <ludo@gnu.org>
gnu: git: Define ‘PATH_MAX’ on GNU/Hurd. Fixes a regression introduced in 04e9e4a4623391bb225dcc0dd3003a0d3300f16d. * gnu/packages/patches/git-clar-path-max.patch: New file. * gnu/packages/version-control.scm (git-minimal): Use it. * gnu/local.mk (dist_patch_DATA): Add it. Change-Id: I7b1eb519952674cf66b745bd0a71bbe3395d3bdc
shell: Create cached profile directory once connected to the daemon. Fixes a regression introduced in d12c4452a49b355369636de1dfc766b5bad6437b, where ‘guix shell’, on a fresh installation, would attempt to create the cached profile directory under /var/guix/profiles/per-user/$USER, which only guix-daemon can do, on the user’s first connection. * guix/scripts/shell.scm (options-with-caching): Remove ‘mkdir-p’ call for ROOT’s parent directory. Add ‘create-gc-root-directory?’ key to the result. * guix/scripts/environment.scm (guix-environment*): Honor ‘create-gc-root-directory?’ key. Fixes: guix/guix#126 Reported-by: Maxim Cournoyer <maxim@guixotic.coop> Change-Id: I782461c80c254467108c6b8d676d269866795746