~ruther/guix-local

5b4e843c — Sughosha 9 months ago
gnu: discover: Remove duplicate input.

* gnu/packages/kde-plasma.scm (discover)[inputs]: Remove the duplicate input of
qcoro-qt6.

Change-Id: I97ad9c5efa955bf256b853a38c76bfc1e68c3304
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
10a569fe — Sughosha 9 months ago
gnu: discover: Remove packagekit-qt6 dependency.

Until there is a guix backend for packagekit, packagekit-qt6 is not needed.

* gnu/packages/kde-plasma.scm (discover): Add a TODO comment.
[inputs]: Remove packagekit-qt6.

Change-Id: If260c8e19273bb52fc49260699e08a9c01f9678a
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
b7d3e55b — Cayetano Santos 8 months ago
gnu: qdl: Improve style.

* gnu/packages/flashing-tools.scm (qdl)[arguments]: Use Gexps.

Change-Id: Id536b6fffd0881c09101558e935d948cd544c0f4
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
9acd7ea8 — Cayetano Santos 8 months ago
gnu: rkflashtool: Update to 5.2-2.6022dd7.

* gnu/packages/flashing-tools.scm (rkflashtool): Update to
5.2-2.6022dd7.

Change-Id: I55aae45b120dc9afec9bfaa06a6595cb14b2ecb5
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
b5c3d802 — Cayetano Santos 8 months ago
gnu: rkflashtool: Improve style.

* gnu/packages/flashing-tools.scm (rkflashtool)[arguments]: Use Gexps.

Change-Id: I4634e0ff6de571e30731fd188e3227face081e6e
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
79ee6552 — Alex Sassmannshausen 8 months ago
gnu: guile-lens: Update to 722dcf79f.

* gnu/packages/guile-xyz (guile-lens): Update to 722dcf79f.

Change-Id: I97d9793c725240b9afb6bffe25f1d1a453ee6967
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
c47f2c89 — Alex Sassmannshausen 8 months ago
gnu: guile-hall: Update to 0.6.0.

* gnu/packages/guile-xyz.scm (guile-hall): Update to 0.6.0.

Change-Id: I04c8ea18285ee11b9e12bb7badc8ae0fcf8093a3
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Co-authored-by: Maxim Cournoyer <maxim@guixotic.coop>
29b44323 — Ada Stevenson 8 months ago
gnu: libbonoboui: Fix build.

* gnu/packages/gnome.scm (libbonoboui): Fix build.
[arguments] <configure-flags>: Add -Wno-error=incompatible-pointer-types.

Change-Id: I3ab96d444ad74b15a22b05497e686a1b8f90fc25
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Reviewed-by: NoƩ Lopez <noelopez@free.fr>
43e5e856 — Edouard Klein 8 months ago
services/vfs-mapping: Fix default name.

* gnu/services/linux.scm (vfs-mapping): Fix vfs-mapping default name.

Fixes: #1953
Change-Id: I7e05cc19d9dbcd7a4ccb86ee009ee947349738da
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
3559381d — Maxim Cournoyer 7 months ago
gnu: mgba: Update to 0.10.5-0.c6aa8f5.

* gnu/packages/emulators.scm (mgba): Update to 0.10.5-0.c6aa8f5.
[#:test-exclude]: New argument.

Fixes: #2804
Change-Id: I0352200c4e410f658f25150b17d933b32358f4c1
20253429 — Simeon Prause 7 months ago
gnu: qsynth: Update to 1.0.3.

* gnu/packages/audio.scm (qsynth): Update to 1.0.3.

Change-Id: I4f188527a9c96ce50dd35df6dc47c15c3dae89e0
Signed-off-by: Andreas Enge <andreas@enge.fr>
2557871b — Nicolas Graves 8 months ago
gnu: eigen: Update home-page.

A lint warns about a permanent redirect.

* gnu/packages/algebra.scm (eigen)[home-page]: Replace value by the
permanent redirect it points to.

Signed-off-by: Andreas Enge <andreas@enge.fr>
3981573e — Andreas Enge 7 months ago
gnu: eigen-for-onnxruntime: Hide and change the name field.

Before, command line operations with "eigen" would refer to this package
instead to the actual eigen package.

* gnu/packages/algebra.scm (eigen-for-onnxruntime): Wrap in hidden-package.
[name]: Change from "eigen" to "eigen-for-onnxruntime".

Change-Id: I043be4fc9e9416931ccdfc1f8fa185ab5348b83f
1b114944 — Nicolas Graves 8 months ago
gnu: Add python-tflite-runtime.

Add this dummy package for future pypi imports.

* gnu/packages/machine-learning.scm (python-tflite-runtime): New variable.

Change-Id: Ia9719eb5aabb897c29bef6861f219db664947185
Signed-off-by: Andreas Enge <andreas@enge.fr>
a7451a77 — Nicolas Graves 8 months ago
gnu: tensorflow-lite: Add python output.

This output corresponds to the pypi "tflite-runtime" package.

* gnu/packages/machine-learning.scm (tensorflow-lite):
[outputs]: Add "python".
[arguments]<#:imported-modules, #:modules>: Add pyproject modules.
<#:phases>: Add 'build-python, 'install-python,
'add-install-to-pythonpath and 'python-sanity-check phases.
[inputs]: Replace python by python-wrapper. Add zlib.
[propagated-inputs]: Add python-numpy.
[native-inputs]: Add pybind11, python-wheel, swig.

Signed-off-by: Andreas Enge <andreas@enge.fr>
8f57e6c9 — Nicolas Graves 8 months ago
gnu: tensorflow-lite: Update to 2.14.0.

* gnu/packages/patches/tensorflow-lite-unbundle.patch: Remove it.
* gnu/local.mk: De-register patch.
* gnu/packages/machine-learning.scm (tensorflow-lite): Update to 2.14.0.
[source]: De-register patch.
[inputs]: Improve style. Add python-ml-dtypes. Replace
flatbuffers-23.1 by flatbuffers-23.5.
[arguments]<#:configure-flags>: Refresh them.
<#:phases>: Add phases 'unbundle and 'gemmlowp-fix. Refresh phases
'install-extra and 'copy-sources.
* gnu/packages/serialization.scm (flatbuffers-23.5): Update comment.

Change-Id: Ifeadfaa9173df4e0be08ce4f0dc13a4cd5297c0e
Signed-off-by: Andreas Enge <andreas@enge.fr>
14e0bca6 — Nicolas Graves 8 months ago
gnu: Add python-ml-dtypes.

* gnu/packages/machine-learning.scm (python-ml-dtypes): New variable.

Change-Id: I127edac9317d6380d22c41b6c6d578e183ab6b9f
Signed-off-by: Andreas Enge <andreas@enge.fr>
13ef3514 — Nicolas Graves 8 months ago
gnu: Add eigen-for-python-ml-dtypes.

* gnu/packages/algebra.scm (eigen-for-python-ml-dtypes): New variable.

Change-Id: I0dd905c13de81fe144f7b88d18048ac953a13cd8
Signed-off-by: Andreas Enge <andreas@enge.fr>
5f891fed — Steve George a year ago
gnu: Update spamassassin.

Check all dependencies and reduce testing failures.

* gnu/packages/perl-web.scm (spamassassin): Update to 4.0.1.
  [native-inputs] move perl-bsd-resource to propagated-inputs.
  [propagated-inputs]: add perl-bsd-resources. Remove
    perl-compress-raw-zlib, replace with perl-io-zlib.
    Remove perl-net-ip as not required.
  [phases]<modify-phases>{'setup}: stop removing debug.t and dnsbl_subtets.t

Change-Id: I10290a5f809d4a52b8b4d4ac74d0b8b1e46e3c0c
Signed-off-by: Steve George <steve@futurile.net>
2025ddad — Steve George a year ago
gnu: Update perl-libwww.

* gnu/packages/web.scm (perl-libwww): Update to 6.78.

Change-Id: I2d7dbebe7d3a7c81a20bfacc29c59af8cad2051b
Next