summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-11tests: openvswitch: Wait for 'openvswitch-configuration' to be up.Ludovic Courtès
Checking for "br0" should only be done once the 'openvswitch-configuration' service is up because it's the one that sets it up. * gnu/tests/networking.scm (run-openvswitch-test)["openvswitch-configuration is running"]: New test.
2023-05-11services: syslog: Do not call 'umask' in PID 1.Ludovic Courtès
Fixes a race condition when starting services in parallel with shepherd 0.10.x whereby a service might create files and directories with umask #o137. An example is the bitlbee service with its least-authority wrapper: the wrapper would create a tree with directories set to #o640, thereby making the whole directory tree inaccessible. * gnu/services/base.scm (syslog-shepherd-service): Pass #:file-creation-mask to 'make-forkexec-constructor' instead of calling 'umask' in PID 1.
2023-05-11services: dicod, bitlbee: Pass 'make-inetd-constructor' a list of endpoints.Ludovic Courtès
'make-inetd-constructor' accepts a list of endpoints since version 0.9.1 of the Shepherd (released in May 2022). * gnu/services/dict.scm (dicod-shepherd-service): Pass 'make-inetd-constructor' a list of endpoints. * gnu/services/messaging.scm (bitlbee-shepherd-service): Likewise.
2023-05-11gnu: supercollider: Update to 3.13.0.Zhu Zihao
* gnu/packages/audio.scm (supercollider): Update to 3.13.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-11gnu: supercollider: Use G-expressions.Zhu Zihao
* gnu/packages/audio.scm (supercollider)[source]: Use G-expression in snippet. [arguments]: Use G-expressions. <#:phases>: Replace `(assoc-ref outputs ...)` with `#$output`. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-11gnu: ftxui: Update to 4.0.0.Lu Hui
* gnu/packages/cpp.scm (ftxui): Update to 4.0.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-11gnu: mpv-mpris: Update to 1.0.kiasoc5
* gnu/packages/video.scm (mpv-mpris): Update to 1.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-11gnu: python-pyopengl-accelerate: Update to 3.1.6.Lars-Dominik Braun
Restores compatibility with Python 3.10. * gnu/packages/python-xyz.scm (python-pyopengl-accelerate): Update to 3.1.6.
2023-05-11gnu: python-pyopengl: Update to 3.1.6.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-pyopengl): Update to 3.1.6.
2023-05-11gnu: automake: Fix cross-build.Janneke Nieuwenhuizen
This is a follow-up to commit ea908c1c04804e51dbd156981c21d8397367d40d gnu: automake: Remove input labels. * gnu/packages/autotools.scm (automake)[arguments]: Use "#~" instead of "'".
2023-05-11gnu: autoconf: Fix cross-build.Janneke Nieuwenhuizen
This is a follow-up to commit 8fa17cb6d51901b2c8a0e20954c5b19f8057c217 gnu: autoconf: Remove input labels. * gnu/packages/autotools.scm (autoconf-2.69)[arguments]: Use "#~" instead of "'".
2023-05-10gnu: kodi: Fix build against latest mesa.Eric Bavier
* gnu/packages/patches/kodi-mesa-eglchromium.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kodi.scm (kodi)[source]: Use it.
2023-05-10gnu: kodi: Fix build with latest glibc.Eric Bavier
* gnu/packages/kodi.scm (kodi)[inputs]: Use most recent 'fmt' and 'spdlog' packages. * gnu/packages/logging.scm (spdlog-for-kodi): Delete.
2023-05-10gnu: Add python-pytorch-lightning.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-pytorch-lightning): New variable.
2023-05-10gnu: Add python-jsonargparse.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-jsonargparse): New variable.
2023-05-10gnu: Add python-docstring-parser.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-docstring-parser): New variable.
2023-05-10gnu: Add python-starsessions-for-pytorch-lightning.Ricardo Wurmus
* gnu/packages/python-web.scm (python-starsessions-for-pytorch-lightning): New variable.
2023-05-10gnu: Add python-typeshed-client.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-typeshed-client): New variable.
2023-05-10gnu: python-torchvision: Update to 0.15.2.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.15.2. [build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase.
2023-05-10gnu: python-arrow: Update to 1.2.3.Ricardo Wurmus
* gnu/packages/time.scm (python-arrow): Update to 1.2.3.
2023-05-10gnu: Add python-types-requests.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-types-requests): New variable.
2023-05-10gnu: Add python-types-urllib3.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-types-urllib3): New variable.
2023-05-10gnu: Add python-fastapi-for-pytorch-lightning.Ricardo Wurmus
* gnu/packages/python-web.scm (python-fastapi-for-pytorch-lightning): New variable.
2023-05-10gnu: Add python-starlette-for-fastapi-0.88.Ricardo Wurmus
* gnu/packages/python-web.scm (python-starlette-for-fastapi-0.88): New variable.
2023-05-10gnu: Add python-inquirer.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-inquirer): New variable.
2023-05-10gnu: Add python-readchar.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-readchar): New variable.
2023-05-10gnu: python-scikit-optimize: Fix build with newer numpy and sklearn.Ricardo Wurmus
* gnu/packages/patches/python-scikit-optimize-1148.patch, gnu/packages/patches/python-scikit-optimize-1150.patch: New patches. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/python-science.scm (python-scikit-optimize)[source]: Fetch with git and apply patches.
2023-05-10gnu: Add python-dateutils.Ricardo Wurmus
* gnu/packages/time.scm (python-dateutils): New variable.
2023-05-10gnu: python-pillow-simd: Update to 9.2.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pillow-simd): Update to 9.2.0.
2023-05-10gnu: python-blessed: Update to 1.20.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-blessed): Update to 1.20.0. [source]: Simplify snippet. [build-system]: Use pyproject-build-system. [arguments]: Use test-flags to avoid pytest-coverage; remove custom 'check phase. [propagated-inputs]: Remove python-jinxed python-six. [native-inputs]: Remove python-mock.
2023-05-10gnu: Add python-torchmetrics.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-torchmetrics): New variable.
2023-05-10gnu: Add python-types-setuptools.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-types-setuptools): New variable.
2023-05-10gnu: Add python-mir-eval.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-mir-eval): New variable.
2023-05-10gnu: Add python-lightning-utilities.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-lightning-utilities): New variable.
2023-05-10gnu: Add python-lightning-cloud.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-lightning-cloud): New variable.
2023-05-10gnu: python-pytorch-for-r-torch: Define as alias for python-pytorch.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-pytorch-for-r-torch): Remove duplicate definition.
2023-05-10gnu: python-traitlets: Update to 5.9.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-traitlets): Update to 5.9.0. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-hatchling, python-pre-commit, and python-pytest-mock. [arguments]: Remove custom 'check phase.
2023-05-10gnu: Add python-deepdiff.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-deepdiff): New variable.
2023-05-10gnu: python-pytorch: Update to 1.13.1.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-pytorch): Update to 1.13.1. [source]: Update snippet.
2023-05-10gnu: python-shiboken-2: Add fix for python-pyside-2.Guillaume Le Vaillant
* gnu/packages/qt.scm (python-shiboken-2)[arguments]: Add 'workaround-importlib-error' phase.
2023-05-10gnu: guile-fibers-next: Update to 1.2.0-2.745bd40.Christopher Baines
* gnu/packages/guile-xyz.scm (guile-fibers-next): Update to 1.2.0-2.745bd40. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-05-10services: guix-build-coordinator-agent: Support max-parallel-uploads.Christopher Baines
This should be usable with the new guile-gnutls. * gnu/services/guix.scm (guix-build-coordinator-agent-configuration-max-parallel-uploads): New procedure. * gnu/services/guix.scm (guix-build-coordinator-agent-shepherd-services): Use the new argument. * doc/guix.texi (Guix Services): Document it.
2023-05-10gnu: guix-build-coordinator: Update to 0-81.3f6473c.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-81.3f6473c.
2023-05-10gnu: guile-gnutls: Update to 3.7.12.Christopher Baines
* gnu/packages/tls.scm (guile-gnutls): Update to 3.7.12. [source]: Switch to a tarball, to avoid a circular dependency if guile-gnutls is used in git-download. [arguments]: Remove phase changes for building from Git. [native-inputs]: Remove autoconf and automake as they're now unnecessary. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-05-10doc: Fix module name for 'home-znc-service-type'.Blake Shaw
* doc/guix.texi (Messaging Home Services): Fix. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-10gnu: cuirass: Update to 4a8a4bc.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/63389>. * gnu/packages/ci.scm (cuirass): Update to 4a8a4bc. [arguments]: Remove 'set-PATH-for-tests' and 'disable-remote-tests' phases, which are unnecessary. In 'wrap-program' phase, check for "guile-gnutls". [inputs]: Replace GUILE-FIBERS with GUILE-FIBERS-1.1 and GNUTLS with GUILE-GNUTLS.
2023-05-10gnu: emacs-gerbil-mode: Move to scheme.scm.Ludovic Courtès
This fixes a bug due to a top-level circular reference: $ guix show scheme48 [...] ice-9/boot-9.scm:1685:16: In procedure raise-exception: error: gerbil: unbound variable * gnu/packages/emacs-xyz.scm (emacs-gerbil-mode): Move to... * gnu/packages/scheme.scm (emacs-gerbil-mode): ... here.
2023-05-10tests: docker-system: Add missing import.Ludovic Courtès
This is a followup to f51888272558d98cf5c196b93fb6c499056fbf6c. * gnu/tests/docker.scm (run-docker-system-test)["load system image and run it"]: Use (guix build utils).
2023-05-10system: Fix reference to Hurd bug in comment.Ludovic Courtès
* gnu/system.scm (hurd-multiboot-modules): Fix bug reference in comment.
2023-05-09gnu: icecat: Update to 102.11.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2023-32205, CVE-2023-32206, CVE-2023-32207, CVE-2023-32211, CVE-2023-32212, CVE-2023-32213, CVE-2023-32214, and CVE-2023-32215. * gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes.