~ruther/guix-local

9c7b148c — Christopher Baines 6 months ago
gnu: sqlite-next: Update to 3.51.0.

* gnu/packages/sqlite.scm (sqlite-next): Update to 3.51.0.

Change-Id: I395ecd41a0cedc005b97d6d81356c65b2b48e688
7e286874 — Andrew Wong 7 months ago
gnu: ring-racers: Update to 2.4.

* gnu/packages/games.scm (ring-racers-data): Update to 2.4.
(ring-racers): Update to 2.4.
[native-inputs]: Add pkg-config.
[inputs]: Add opus.

Closes: guix/guix#4020
Change-Id: I286434f48378db99b19e95ea6a700d5f81d4e68a
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
df2eadaa — Nguyễn Gia Phong 7 months ago
gnu: aflplusplus: Update to 4.34c.

* gnu/packages/debug.scm (aflplusplus): Update to 4.34c.

Closes: guix/guix#3204
Change-Id: I70fa7206ea43269f255e0a5c7acee07319c48804
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
49324443 — Maxim Cournoyer 6 months ago
lint: Fix regressions in tests.

This fixes a regression introduced with commit 7752580a33 ("guix: lint: Check
end of sentences for a period.").

* guix/lint.scm (check-description-style): Do not emit warning when the
description is empty or ends with trailing whitespace.
* tests/lint.scm ("description: invalid Texinfo markup")
("description: may start with texinfo markup")
("description: may not contain trademark signs: ™")
("description: may not contain trademark signs: ®"): Add period.

Fixes: #4222
Change-Id: Ib10bcf324cb55b39a88c0c67875a40a59c1d4c18
3fa51e04 — Benoit Martin 6 months ago
gnu: neovim: Update to 0.11.5

Change-Id: I0f57275efcdcd972b91eac175747f26712c12da0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
dc68a4a3 — Benoit Martin 6 months ago
gnu: neovim: Update to 0.11.4

Change-Id: I5eb2540f5f5098e71b03f9f3aff45303e556c7e4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3f2ca12f — Josep Bigorra 6 months ago
gnu: maak: Update to 0.2.9.

* gnu/packages/build-tools.scm (maak): Update to 0.2.9.

Change-Id: I070fd95a25e8d1b3ee14fe7c92f9e523d53f2871
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
bc7c4cee — Andy Tai 6 months ago
gnu: xpra-5: New variable.

* gnu/packages/xorg.scm (xpra-5): New variable.
* gnu/packages/patches/xpra-5.0-install_libs.patch: New file.
* gnu/packages/patches/xpra-5.0-systemd-run.patch: New file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.

Change-Id: Ib07d8227a6b175ad124aa07e25ec8a11a6a907d2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
11374d1e — Cayetano Santos 6 months ago
gnu: yosys: Update to 0.59.

* gnu/packages/electronics.scm (yosys): Update to 0.59.
[native-inputs]: Add perl.
[arguments]: Replace 'use-external-abc #phase by 'configure-makefile.

Change-Id: I7536ca40addc7fcbd02673385dd1e1f438f229be
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9622f7ad — Cayetano Santos 6 months ago
gnu: symbiyosys: Update to 0.59.

* gnu/packages/electronics.scm (symbiyosys): Update to 0.59.
[arguments]: Disable #:parallel-tests?.

Change-Id: I17c0e1ec7979ac01ecfb0ea1e6e997875f057195
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
75d60254 — Cayetano Santos 6 months ago
gnu: abc-yosyshq: Update to 0.59.

* gnu/packages/electronics.scm (abc-yosyshq): Update to 0.59.

Change-Id: I5c8e346bbb3624bd5ad9efd0e10f4dda21044044
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ba910c7b — Andy Tai 6 months ago
gnu: parallel: Update to 20251022.

* gnu/packages/parallel.scm (parallel): Update to 20251022.

Change-Id: I163a9ea614c34b26f975ae8a7762dba1a14b8821
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
0f96ceb5 — Carlo Zancanaro 8 months ago
gnu: Add --pid-file option to "guix system container" scripts.

* gnu/system/linux-container.scm (container-script): Accept pid-file command
line option to write out the container's process ID.
* doc/guix.texi (Invoking guix system): Document new option.

Change-Id: I93e8a99b39c1dd831f116104bf92c723d96c9965
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: ruby-activesupport: Fix build.

* gnu/packages/patches/ruby-activesupport-fix-deprecation-warning.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/rails.scm (ruby-activesupport): Apply it.

Change-Id: Ibeafb74ae93a42108ea5f383996756c43b0bc444
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: python-pudb: Update to 2025.1.3.

* gnu/packages/python-xyz.scm (python-pudb): Update to 2025.1.3.
[propagated-inputs]: Add python-typing-extensions.

Change-Id: I10de9033343784803edf8e7a0e01648d8d5d21a3
gnu: trealla: Update to 2.84.22.

* gnu/packages/prolog.scm (trealla): Update to 2.84.22.

Change-Id: I696554fdff200e728542c47aaf1e5279bb0a74de
fdf6b5a4 — Ghislain Vaillant 6 months ago
gnu: Add python-pytest-fail-slow.

* gnu/packages/python-check.scm (python-pytest-fail-slow): New variable.

Change-Id: I367efe9418a0792f9a1a64530fd1d83ef2cb992b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
157f2e87 — Ricardo Wurmus 6 months ago
gnu: r-with-tests: Update to 4.5.2.

* gnu/packages/statistics.scm (r-with-tests): Update to 4.5.2.

Change-Id: I6b2fdde29812d9a7088cbd339771d4ee03b62467
f824329b — Ricardo Wurmus 6 months ago
gnu: r-with-tests: Update to 4.5.1.

* gnu/packages/statistics.scm (r-with-tests): Update to 4.5.1.

Change-Id: I0033a9827fa14b74659a2d037851ca1c52add701
6c02d882 — Ricardo Wurmus 6 months ago
gnu: r-bslib: Ensure that copied files are writable.

* gnu/packages/cran.scm (r-bslib)[arguments]: Add phase 'fix-file-permissions.

Change-Id: Idccb1ef5a271f04f50e60b4a639c87bf2ac87b4e
Next