Age | Commit message (Expand) | Author |
2023-06-08 | import: Gracefully handle EPIPE....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'.
| Ludovic Courtès |
2023-06-08 | gnu: sbcl: Fix build on armhf....* gnu/packages/lisp.scm (sbcl)[source]: Update snippet.
| Guillaume Le Vaillant |
2023-06-08 | gnu: xfce4-screensaver: Update to 4.18.2....* gnu/packages/xfce.scm (xfce4-screensaver): Update to 4.18.2.
| 宋文武 |
2023-06-08 | gnu: xfce4-power-manager: Update to 4.18.2....* gnu/packages/xfce.scm (xfce4-power-manager): Update to 4.18.2.
| 宋文武 |
2023-06-08 | gnu: xfce4-session: Update to 4.18.3....* gnu/packages/xfce.scm (xfce4-session): Update to 4.18.3.
| 宋文武 |
2023-06-08 | gnu: xfce4-pulseaudio-plugin: Update to 0.4.7....* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): Update to 0.4.7.
| 宋文武 |
2023-06-08 | gnu: xfce4-screenshooter: Update to 1.10.4....* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.4.
| 宋文武 |
2023-06-08 | gnu: xfce4-panel: Update to 4.18.4....* gnu/packages/xfce.scm (xfce4-panel): Update to 4.18.4.
| 宋文武 |
2023-06-08 | gnu: libxfce4ui: Update to 4.18.4....* gnu/packages/xfce.scm (libxfce4ui): Update to 4.18.4.
| 宋文武 |
2023-06-08 | gnu: Add python-spacy....* gnu/packages/machine-learning.scm (python-spacy): New variable.
| Ricardo Wurmus |
2023-06-08 | gnu: Add python-pathy....* gnu/packages/python-xyz.scm (python-pathy): New variable.
| Ricardo Wurmus |
2023-06-08 | gnu: Add python-thinc....* gnu/packages/machine-learning.scm (python-thinc): New variable.
| Ricardo Wurmus |
2023-06-08 | gnu: Add python-blis-for-thinc....* gnu/packages/maths.scm (python-blis-for-thinc): New variable.
| Ricardo Wurmus |
2023-06-08 | gnu: Add python-spacy-loggers....* gnu/packages/machine-learning.scm (python-spacy-loggers): New variable.
| Ricardo Wurmus |
2023-06-08 | gnu: Add python-spacy-legacy....* gnu/packages/machine-learning.scm (python-spacy-legacy): New variable.
| Ricardo Wurmus |
2023-06-08 | gnu: yoshimi: Update to 2.3.0....* gnu/packages/music.scm (yoshimi): Update to 2.3.0.
| Ricardo Wurmus |
2023-06-08 | gnu: Add python-blis....* gnu/packages/maths.scm (python-blis): New variable.
| Ricardo Wurmus |
2023-06-08 | gnu: blis: Update to 0.9.0....* gnu/packages/maths.scm (blis): Update to 0.9.0.
[arguments]: Use G-expression; remove trailing #T from build phases.
| Ricardo Wurmus |
2023-06-08 | gnu: Add python-confection....* gnu/packages/python-xyz.scm (python-confection): New variable.
| Ricardo Wurmus |
2023-06-08 | gnu: Add python-srsly....* gnu/packages/python-xyz.scm (python-srsly): New variable.
| Ricardo Wurmus |
2023-06-08 | gnu: Add python-pubmed-parser....* gnu/packages/python-xyz.scm (python-pubmed-parser): New variable.
| Ricardo Wurmus |
2023-06-08 | gnu: Add python-duckdb....* gnu/packages/python-xyz.scm (python-duckdb): New variable.
| Ricardo Wurmus |
2023-06-08 | gnu: python-pyarrow: Include dataset support....* 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.
| Ricardo Wurmus |
2023-06-07 | gnu: conky: Update to 1.19.2....* gnu/packages/conky.scm (conky): Update to 1.19.2.
| Pierre Neidhardt |
2023-06-07 | gnu: sbcl-cl-webkit: Update to 3.5.9....* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.9.
| Pierre Neidhardt |
2023-06-07 | gnu: python-flit: Update to 3.8.0....* 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.
| Ricardo Wurmus |
2023-06-07 | gnu: Add python-clickhouse-connect....* gnu/packages/python-xyz.scm (python-clickhouse-connect): New variable.
| Ricardo Wurmus |
2023-06-07 | gnu: sbcl: fix build on riscv64-linux....* 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.
| Zheng Junjie |
2023-06-07 | Revert "gnu: sbcl: fix build on riscv64-linux."...This reverts commit 2a6d2fc1d8e3434e283d6d2e559529b41a242fea.
| Efraim Flashner |
2023-06-07 | gnu: sbcl: fix build on riscv64-linux....* 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.
| Efraim Flashner |
2023-06-07 | gnu: Sort use-module alphabetically in (gnu packages python-xyz)....* gnu/packages/python-xyz.scm: Sort use-module alphabetically to ease
maintenance.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-06-07 | gnu: Delete duplicated use-module from (gnu package python-xyz)....* gnu/packages/python-xyz.scm: Delete duplicated (gnu packages serialization).
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-06-07 | gnu: python-can: Simplify package style....* 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>
| Sharlatan Hellseher |
2023-06-07 | gnu: python-can: Update to 4.2.0....* gnu/packages/python-xyz.scm (python-can): Update to 4.2.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-06-07 | gnu: hdf4: Add support for riscv64-linux....* 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.
| Efraim Flashner |
2023-06-07 | gnu: fltk: Update source uri....* gnu/packages/fltk.scm (fltk)[source]: Update source URI to follow
redirect.
| Efraim Flashner |
2023-06-07 | gnu: fltk: Update to 1.3.8....* gnu/packages/fltk.scm (fltk): Update to 1.3.8.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Andy Tai |
2023-06-06 | gnu: openconnect: Update to 9.12....* gnu/packages/vpn.scm (openconnect): Update to 9.12.
| Maxim Cournoyer |
2023-06-06 | gnu: openconnect: Fix indentation, remove input labels and use gexps....* gnu/packages/vpn.scm (openconnect): Fix indentation.
[native-inputs, inputs, propagated-inputs]: Remove input labels.
[arguments]: Use gexps.
| Maxim Cournoyer |
2023-06-06 | gnu: wxwidgets: Add libxtst to inputs....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.
| Maxim Cournoyer |
2023-06-06 | gnu: sonnet: Add support for aspell dictionaries....* gnu/packages/kde-frameworks.scm (sonnet)[inputs]: Add aspell.
| Efraim Flashner |
2023-06-06 | gnu: kirigami-addons: Update to 0.8.0....* gnu/packages/kde.scm (kirigami-addons): Update to 0.8.0.
[source]: Download using git-fetch.
| Efraim Flashner |
2023-06-06 | gnu: Add python-decoupler-py....* gnu/packages/bioinformatics.scm (python-decoupler-py): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
| Navid Afkhami |
2023-06-06 | gnu: icecat: Update to 102.12.0-guix0-preview1 [security fixes]....Includes fixes for CVE-2023-34414 and CVE-2023-34416.
* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
| Mark H Weaver |
2023-06-06 | gnu: nim: Update to 1.6.12....Without the attached patch, Nim is broken on Guix as it searches
for its stdlib in /lib while it was placed in /lib/nim.
* gnu/packages/nim.scm (nim): Update to 1.6.12.
[arguments]: In 'patch-installer phase install stdlib source to the
right directory. In 'patch-more-shebangs phase edit substitute* to
point to the new osproc source.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Gruruya |
2023-06-06 | services: Check if service is #f before applying clause....* gnu/services.scm (apply-clauses): Check if service is #f before trying to
apply clause. Follow up of 181951207339508789b28ba7cb914f983319920f.
| Josselin Poiret |
2023-06-06 | gnu: python-anaconda-client: Fix build with Python 3.10....* gnu/packages/package-management.scm (python-anaconda-client)[build-system]:
Use pyproject-bulid-system.
[arguments]: Move contents of 'remove-network-tests phase to #:test-flags;
drop trailing #T from 'set-HOME phase; add phase 'python3.10-compatibility;
disable test_conda_root and test_conda_root_outside_root_environment.
| Ricardo Wurmus |
2023-06-06 | gnu: Add r-caretensemble....* gnu/packages/cran.scm (r-caretensemble): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Navid Afkhami |
2023-06-06 | services: 'modify-services' preserves service ordering....Fixes <https://issues.guix.gnu.org/63921>.
The regression was introduced in
dbbc7e946131ba257728f1d05b96c4339b7ee88b, which changed the order of
services. As a result, someone using 'modify-services' could find
themselves with incorrect ordering of expressions in the "boot" script,
whereby the cleanup expressions would come after (execl ".../shepherd").
This, in turn, would lead shepherd to error out at boot with EADDRINUSE
on /var/run/shepherd/socket.
* gnu/services.scm (%delete-service, %apply-clauses): Remove.
(clause-alist): New macro.
(apply-clauses): New procedure.
(modify-services): Use it. Adjust docstring.
* tests/services.scm ("modify-services: do nothing"): Remove 'sort' call.
("modify-services: delete service"): Likewise, and add 't4' service.
("modify-services: change value"): Remove 'sort' call and fix expected value.
| Ludovic Courtès |
2023-06-06 | records: Use SRFI-11 instead of SRFI-71, for Guile 2.0 compatibility....This fixes a failure of 'tests/packages.scm' introduced in
b88e38d4b51b9aa0e857baeb614c000e491ad309: some of the tests import (guix
records) on the build side, which uses '%bootstrap-guile' (Guile 2.0)
where SRFI-71 is unavailable.
* guix/records.scm (match-record-inner): Use SRFI-11 instead of SRFI-71.
| Ludovic Courtès |