summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-08gnu: Add Buildah.Zongyuan Li
* gnu/packages/containers.scm (buildah): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-06-08gnu: Add swig@4.1.Andy Tai
* gnu/packages/swig.scm (swig-next): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-08gnu: flashrom: Wrap PATH to find dmidecode.Hilton Chain
* gnu/packages/flashing-tools.scm (flashrom)[inputs]: Add bash-minimal. [arguments]<#:phases>: Add phase 'wrap-program. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-08gnu: flashrom: Update to 1.3.0.Hilton Chain
* gnu/packages/patches/flashrom-fix-building-on-aarch64.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/flashing-tools.scm (flashrom): Update to 1.3.0. [build-system]: Switch to meson-build-system. [inputs]: Add libjaylink. [native-inputs]: Add cmocka. Actually, at least from 1.2, the exact \"dmidecode\" is not present in dmi.c. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-08gnu: Add rust-uom.Artyom V. Poptsov
* gnu/packages/crates-io.scm (rust-uom-0.34): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-08gnu: Add rogue.Jakob Kirsch
* gnu/packages/games.scm (rogue): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-08doc: Update outdated URL for Eudev wiki.Felix Lechner
Change was coordinated with upstream maintainer Boian Bonev. * doc/guix.texi: Update outdated URL for Eudev wiki. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-08doc: Replace reference to non-existing (gnu home services ssh-agent).Felix Lechner
Thanks to Alexandros Prekates and Markku Korkeala for pointing out the bug in the documentation. [1] [1] https://lists.gnu.org/archive/html/help-guix/2023-05/msg00220.html * doc/gnu.texi (Secure Shell): Replace reference to non-existing (gnu home services ssh-agent) Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-08substitute: Gracefully retry after failed partial downloads.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/63443>. Reported by Attila Lendvai <attila@lendvai.name>. * guix/scripts/substitute.scm (catch-system-error): New macro. (download-nar): Add call to 'delete-file-recursively'. * tests/substitute.scm ("substitute, previous partial download around"): New test.
2023-06-08substitute: Delete cached narinfos more than two-month old.Ludovic Courtès
This allows 'guix substitute' to shrink the cache a bit more, which saves space and improves performance of cache-cleanup phases since fewer entries need to be traversed. * guix/scripts/substitute.scm (cached-narinfo-expiration-time): Define 'max-ttl' and use it as an upper bound.
2023-06-08import: Gracefully handle EPIPE.Ludovic Courtès
Previously, "guix import pypi f3 | head -3" would print a backtrace. * guix/scripts/import.scm (guix-import): Wrap 'pretty-print-with-comments' call in 'leave-on-EPIPE'.
2023-06-08gnu: sbcl: Fix build on armhf.Guillaume Le Vaillant
* gnu/packages/lisp.scm (sbcl)[source]: Update snippet.
2023-06-08gnu: xfce4-screensaver: Update to 4.18.2.宋文武
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 4.18.2.
2023-06-08gnu: xfce4-power-manager: Update to 4.18.2.宋文武
* gnu/packages/xfce.scm (xfce4-power-manager): Update to 4.18.2.
2023-06-08gnu: xfce4-session: Update to 4.18.3.宋文武
* gnu/packages/xfce.scm (xfce4-session): Update to 4.18.3.
2023-06-08gnu: xfce4-pulseaudio-plugin: Update to 0.4.7.宋文武
* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): Update to 0.4.7.
2023-06-08gnu: xfce4-screenshooter: Update to 1.10.4.宋文武
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.4.
2023-06-08gnu: xfce4-panel: Update to 4.18.4.宋文武
* gnu/packages/xfce.scm (xfce4-panel): Update to 4.18.4.
2023-06-08gnu: libxfce4ui: Update to 4.18.4.宋文武
* gnu/packages/xfce.scm (libxfce4ui): Update to 4.18.4.
2023-06-08gnu: Add python-spacy.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-spacy): New variable.
2023-06-08gnu: Add python-pathy.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pathy): New variable.
2023-06-08gnu: Add python-thinc.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-thinc): New variable.
2023-06-08gnu: Add python-blis-for-thinc.Ricardo Wurmus
* gnu/packages/maths.scm (python-blis-for-thinc): New variable.
2023-06-08gnu: Add python-spacy-loggers.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-spacy-loggers): New variable.
2023-06-08gnu: Add python-spacy-legacy.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-spacy-legacy): New variable.
2023-06-08gnu: yoshimi: Update to 2.3.0.Ricardo Wurmus
* gnu/packages/music.scm (yoshimi): Update to 2.3.0.
2023-06-08gnu: Add python-blis.Ricardo Wurmus
* gnu/packages/maths.scm (python-blis): New variable.
2023-06-08gnu: blis: Update to 0.9.0.Ricardo Wurmus
* gnu/packages/maths.scm (blis): Update to 0.9.0. [arguments]: Use G-expression; remove trailing #T from build phases.
2023-06-08gnu: Add python-confection.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-confection): New variable.
2023-06-08gnu: Add python-srsly.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-srsly): New variable.
2023-06-08gnu: Add python-pubmed-parser.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pubmed-parser): New variable.
2023-06-08gnu: Add python-duckdb.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-duckdb): New variable.
2023-06-08gnu: python-pyarrow: Include dataset support.Ricardo Wurmus
* gnu/packages/databases.scm (python-pyarrow)[arguments]: Remove obsolete build phase 'make-git-checkout-writable; rename phase 'set-PYARROW_WITH_PARQUET to 'set-pyarrow-build-options and also enable building of dataset extension.
2023-06-07gnu: conky: Update to 1.19.2.Pierre Neidhardt
* gnu/packages/conky.scm (conky): Update to 1.19.2.
2023-06-07gnu: sbcl-cl-webkit: Update to 3.5.9.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.9.
2023-06-07gnu: python-flit: Update to 3.8.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-flit): Update to 3.8.0. [build-system]: Use pyproject-build-system. [arguments]: Run tests, but disable those that need networking; remove custom 'build phase; remove custom 'install phase; replace custom 'check phase with new 'pre-check phase.
2023-06-07gnu: Add python-clickhouse-connect.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-clickhouse-connect): New variable.
2023-06-07gnu: sbcl: fix build on riscv64-linux.Zheng Junjie
* gnu/packages/patches/sbcl-riscv-Make-contribs-build-again.patch: New file. * gnu/local.mk(dist_patch_DATA): register it. * gnu/packages/lisp.scm (sbcl): [source]<patches>: Use it here.
2023-06-07Revert "gnu: sbcl: fix build on riscv64-linux."Efraim Flashner
This reverts commit 2a6d2fc1d8e3434e283d6d2e559529b41a242fea.
2023-06-07gnu: sbcl: fix build on riscv64-linux.Efraim Flashner
* gnu/packages/patches/sbcl-riscv-Make-contribs-build-again.patch: New file. * gnu/local.mk(dist_patch_DATA): register it. * gnu/packages/lisp.scm (sbcl): [source]<patches>: Use it here.
2023-06-07gnu: Sort use-module alphabetically in (gnu packages python-xyz).Sharlatan Hellseher
* gnu/packages/python-xyz.scm: Sort use-module alphabetically to ease maintenance. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-07gnu: Delete duplicated use-module from (gnu package python-xyz).Sharlatan Hellseher
* gnu/packages/python-xyz.scm: Delete duplicated (gnu packages serialization). Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-07gnu: python-can: Simplify package style.Sharlatan Hellseher
* gnu/package/python-xyz.scm (python-can): Simplify package style. [build-system]: Use pyproject-build-system. [argument]: Use Gexp. Remove redundant modify-phases procedure. Add {test-flags}. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-07gnu: python-can: Update to 4.2.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-can): Update to 4.2.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-07gnu: hdf4: Add support for riscv64-linux.Efraim Flashner
* gnu/packages/maths.scm (hdf4)[arguments]: Rename custom phase 'add-more-aarch64-support to 'add-more-architecture-support and add support for riscv64-linux. * gnu/packages/patches/hdf4-architectures.patch: Refresh from upstream.
2023-06-07gnu: fltk: Update source uri.Efraim Flashner
* gnu/packages/fltk.scm (fltk)[source]: Update source URI to follow redirect.
2023-06-07gnu: fltk: Update to 1.3.8.Andy Tai
* gnu/packages/fltk.scm (fltk): Update to 1.3.8. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-06gnu: openconnect: Update to 9.12.Maxim Cournoyer
* gnu/packages/vpn.scm (openconnect): Update to 9.12.
2023-06-06gnu: openconnect: Fix indentation, remove input labels and use gexps.Maxim Cournoyer
* gnu/packages/vpn.scm (openconnect): Fix indentation. [native-inputs, inputs, propagated-inputs]: Remove input labels. [arguments]: Use gexps.
2023-06-06gnu: wxwidgets: Add libxtst to inputs.Maxim Cournoyer
WxWidgets was already built with XTest support, but mostly by luck, via propagation of libxtst from GTK's propagated at-spi2-core package. Make it an explicit input. * gnu/packages/wxwidgets.scm (wxwidgets) [inputs]: Add libxtst.