~ruther/guix-local

ref: df7639a1da15b3f6f10987d1aedfcad4fe9eebfb guix-local/gnu d---------
df7639a1 — Gabriel Wicki 2 months ago
gnu: Add magic.

* gnu/packages/electronics.scm (magic): New variable.

Change-Id: Ia7fe5764863cb49671343c9a05d5bedec75ee286
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
ef3b104b — Patrick Norton 2 months ago
gnu: qpwgraph: Update to 0.9.7.

* gnu/packages/audio.scm (qpwgraph): Update to 0.9.7.

Change-Id: Idf7ad32dc0038761d882efc836df7006a68f9b9e
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
f92f269b — Sharlatan Hellseher 2 months ago
gnu: pyspice: Switch to pyproject.

* gnu/packages/electronics.scm (pyspice):
[arguments] <tests?, test-flags>: There are unit-tests, so use them.
<phases>: Remove 'check-after-install; {patch-libngspice} use format instead
of confusingly long string-append.
[inputs]: Add python-matplotlib and python-pyyaml.
[propagated-inputs]: Remove python-matplotlib and python-pyyaml.
[native-inputs]: Add python-setuptools.

Change-Id: Id7e1cc0b906b05ee36765ed21b21b5bfdeaa3668
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
gnu: fennel: Don't explicitly enable tests.

* gnu/packages/lua.scm (fennel)[arguments]: Remove form enabling tests
explicitly and use default of #t instead.

Change-Id: Ic39f51c2ae5ef51de69f5bd806a9fda6f5bb9d6c
fb04a2e3 — Ashish SHUKLA 2 months ago
gnu: fennel: Update to 1.6.0.

* gnu/packages/lua.scm (fennel): Update to 1.6.0.

Change-Id: I7b07dc4c1af632b02d9089bb827f0482cf4ac295
Signed-off-by: jgart <jgart@dismail.de>
46e1b73b — Andreas Enge 2 months ago
gnu: dvisvgm: Refresh deprecated input.

* gnu/packages/tex.scm (dvisvgm)[inputs]: Remove google-brotli; add brotli.

Change-Id: I72d4c28931387a5c6fadbbd5e20f8dc6239251d3
291c1506 — Andreas Enge 2 months ago
gnu: Remove phonon-backend-vlc.

* gnu/packages/kde-multimedia.scm (phonon-backend-vlc): Delete variable.

Fixes: guix/guix#4122
Change-Id: If85bf0a02ba423a3003b8019da294686c9dcd0d7
25bd17eb — Andreas Enge 2 months ago
gnu: Remove python-on-guile.

* gnu/packages/guile-xyz.scm (python-on-guile): Delete variable.

Fixes: guix/guix#4077
Change-Id: Idf1084c3c71d3447a5dbbb430d83087a6b9cb8b3
468b001e — Danny Milosavljevic 2 months ago
gnu: Add python-superqt.

* gnu/packages/qt.scm (python-superqt): New variable.

Closes: guix/guix#4668
Change-Id: I230b5721e2836de7acfb501a4c917f721f086cd8
890344d6 — James Smith 2 months ago
gnu: ledger-agent: Disable tests.

Setting #:test-backend to unittest results in zero tests running, disable
tests instead.

* gnu/packages/finance.scm: (ledger-agent): [arguments]<#:tests?>: Disable them.

Change-Id: I6233fbafed47b04d57c7a13e079de50b5a4e5517
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d09a737f — James Smith 3 months ago
gnu: keepkey-agent: Fix tests.

* gnu/packages/finance.scm: (keepkey-agent): Fix tests by adding missing input.

Change-Id: I89025df63446de6b04596e21313b6911dfc29f55
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
98ae0d38 — James Smith 3 months ago
gnu: monado: Add additional inputs.

* gnu/packages/graphics.scm: (monado): [inputs]: Add package inputs.

Change-Id: Iaf1b0ff2c5c813afd4ea7077b288cffd2bce7bc0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8f77179f — James Smith 3 months ago
gnu: monado: Update to 25.0.0.

* gnu/packages/graphics.scm: (monado): Update to 25.0.0.

Change-Id: Ie1365de3da7ce6e490427b6c5cd1450c36a74a9d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
530c4796 — James Smith 3 months ago
gnu: openhmd: Use fork.

* gnu/packages/hardware.scm: (openhmd):
[source]: Use fork.
[arguments]: Update style, set configure-flags.
[native-inputs]: Reformat.
[inputs]: Reformat, add necessary inputs to build fork.

Change-Id: I64d8be731b8ccd9800941f0342797abbee766d4a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5cb57dc4 — James Smith 3 months ago
gnu: hidapi: Update to 0.15.0.

* gnu/packages/libusb.scm: (hidapi): Update to 0.15.0.

Change-Id: I00ffa7d21b4e1ec92b5b7b558fe6cf6eb71184fc
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a8e2d110 — Artyom V. Poptsov 2 months ago
gnu: lexy: Update to 2025.05.0.

* gnu/packages/cpp.scm (lexy): Update to 2025.05.0.

Change-Id: Ib0c18ad6a2a69105b85f930cbb63ede746c60bae
0494da64 — Artyom V. Poptsov 2 months ago
gnu: i3lock-blur: Fix build.

* gnu/packages/wm.scm (i3lock-blur): Fix build with gcc-14.
[native-inputs]: Replace automake with automake-1.16.5.
* gnu/packages/patches/i3lock-blur-fix-build-on-gcc-10.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Change-Id: I2115b05d22e57242a85f54b2ac1a195e3fb863d0
a558c769 — Yelninei 2 months ago
gnu: python@3.11: Skip another test on hurd.

This test fails with python 3.11.14.
* gnu/packages/python.scm (python-3.11): Skip test_tarfile on hurd.

Change-Id: I0d81ab8c0ff403521fe9bedf0145df7c570abd7d
Signed-off-by: Andreas Enge <andreas@enge.fr>
186b977d — Guillaume Le Vaillant 2 months ago
gnu: cl-simple-matrix: Update to 3.7.

* gnu/packages/lisp-xyz.scm (sbcl-simple-matrix): Update to 3.7.

Change-Id: Id5bb6df908e10e271fbc163b1c756984f822adaf
gnu: python-debugpy: Update to 1.8.17.

* gnu/packages/python-xyz.scm (python-debugpy): Update to 1.8.17.

Change-Id: I2e71507f68785f3551afd7c96ff903e5d4e53acf
Next