gnu: crun: Update to 1.24. * gnu/packages/containers.scm (crun): Update to 1.24. Change-Id: Iba1d53f44153ceb5d12f5376fd0add901003916e Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: podman: Update to 5.6.1. * gnu/packages/containers.scm (podman): Update to 5.6.1. Change-Id: Ia02738280847176e8c9c094903eb23facc543d97 Signed-off-by: Andreas Enge <andreas@enge.fr>
services: plasma-desktop: Add "packagekit" to plasma-dbus-service. * gnu/services/desktop.scm (plasma-dbus-service): Add "packagekit". Change-Id: I4c1a3509ee8d5fa512b715188f32652f70f67506 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
services: plasma-desktop: Add "packagekit" to plasma-polkit-settings. * gnu/services/desktop.scm (plasma-polkit-settings): Add "packagekit". Change-Id: I8f201f6dbab587b8075e45e10725d8bebf05ca3b Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
gnu: plasma: Add packagekit to propagated-inputs. * gnu/packages/kde-plasma.scm (plasma)[propagated-inputs]: Add packagekit. Change-Id: I993284499003f5809fb3846f079e10af57fd881c Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
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>
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>
gnu: qdl: Improve style. * gnu/packages/flashing-tools.scm (qdl)[arguments]: Use Gexps. Change-Id: Id536b6fffd0881c09101558e935d948cd544c0f4 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
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>
gnu: rkflashtool: Improve style. * gnu/packages/flashing-tools.scm (rkflashtool)[arguments]: Use Gexps. Change-Id: I4634e0ff6de571e30731fd188e3227face081e6e Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
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>
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>
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>
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>
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
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>
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>
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
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>
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>