gnu: sbcl-cl-mixed: Update to 2.1.0-1.3da661a. * gnu/packages/lisp-xyz.scm (sbcl-cl-mixed): Update to 2.1.0-1.3da661a. Change-Id: I8c2878552e5f59e4bf2c70f35a2340ce603de68c
gnu: libmixed: Update to 2.4.0. * gnu/packages/audio.scm (libmixed): Update to 2.4.0. Change-Id: I960b69c7bea7a2b5f158d43d912efb353b3b9e49
gnu: icu4c: Skip some tests on armhf-linux. * gnu/packages/icu4c.scm (icu4c-73)[arguments]: When building for armhf-linux add a phase to skip some tests. Change-Id: Ib8ac2fa4981df1a40b38570a3d4f53204f30add4
gnu: pixman: Fix build on armhf-linux. * gnu/packages/xdisorg.scm (pixman)[arguments]: When building for armhf-linux add a configure-flag to disable some assembly optimizations. Change-Id: I7792523c4fa7241c3719e04fcb97260f1f1739cf
gnu: pixman: Improve style. * gnu/packages/xdisorg.scm (pixman): Reflow with guix style. Change-Id: I0e4bb1f4bfc75ce57016cae9ac98db8bc11f73dd
gnu: libgcrypt: Fix building on armhf-linux. * gnu/packages/gnupg.scm (libgcrypt)[arguments]: When building for armhf-linux add a phase applying a patch. * gnu/packages/patches/libgcrypt-arm32-register-pressure.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I858cfe69bac20bde2d88113c80634fb5f413e6dc
gnu: Remove libgweather4. * gnu/packages/gnome.scm (libgweather4): Delete variable. (gnome-initial-setup, gnome-settings-daemon, evolution-data-server) (gnome-shell, gnome-weather, gnome-clocks, gnome-calendar) (evolution)[inputs]: Replace libgweather4 with libgweather. * gnu/packages/geo.scm (gnome-maps): Likewise. Fixes: guix/guix#1820 (Two versions of libgweather) Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: Remove archivebox. * gnu/packages/web.scm (archivebox): Delete variable. Fixes: guix/guix#1081 Change-Id: Idd0153c6ad9c637c7b4ea866123bc18fd733437a
gnu: Remove guile-srfi-159. * gnu/packages/guile-xyz.scm (guile-srfi-159): Delete variable. Fixes: guix/guix#1074 Change-Id: I2c7b56e60ecf56c93bbabe05e7b851c466e98e1d
gnu: Remove nitrogen. * gnu/packages/wm.scm (nitrogen): Delete variable. Fixes: guix/guix#1072 Change-Id: Ifcfe27fb3ae7c1c956e234cf1f736e8e75020e1f
gnu: electrum: Enable tests. * gnu/packages/finance.scm (electrum)[arguments]: Remove '#:tests? #f'. <#:test-flags>: Skip one test. <#:phases>: Add phase 'set-home' before 'check'. [native-inputs]: Add python-pytest. Change-Id: I1e42b973aec17ba2c0d4ec605190ba76b3a42136
gnu: electrum: Update to 4.6.1. * gnu/packages/finance.scm (electrum): Update to 4.6.1. [build-system]: Use pyproject-build-system. [arguments]: Use Gexp. <#:phases>: Add 'relax-deps' phase after 'unpack'. Delete the 'use-libsecp256k1-input' phase. [native-inputs]: Add python-setuptools, python-wheel. [inputs]: Remove python-bitstring, python-btchip-python, python-ledgerblue. Replace python-pyqt by python-pyqt-6. Add electrum-aionostr, python-electrum-ecc, python-jsonpatch, python-pyaes. Change-Id: I5c39f120d6c0b7ffb54dc63dc27e83659a17ee75
gnu: Add electrum-aionostr. * gnu/packages/finance.scm (electrum-aionostr): New variable. Change-Id: Ie06447bc1031248540f97b59071a75d566b9752d
gnu: Add python-electrum-ecc. * gnu/packages/finance.scm (python-electrum-ecc): New variable. Change-Id: Iaa0923fde89d5b4bc0660a91c249af0b21b0d517
gnu: python-qdarkstyle: Enable tests. * gnu/packages/python-xyz.scm (python-qdarkstyle)[arguments]: Remove '#:tests? #f'. [native-inputs]: Add python-pytest. Change-Id: I81d7684dd0ee4a17eb5b72dd2744bbc5f6ac4fe2
gnu: python-qdarkstyle: Update to 3.2.3. * gnu/packages/python-xyz.scm (python-qdarkstyle): Update to 3.2.3. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-qtsass, python-setuptools, python-watchdog, python-wheel. [propagated-inputs]: Remove python-helpdev. Add python-pyqt-6. [home-page]: Do not break line. Change-Id: I6774c7ba3c98a28f66c4f3e80238b5c08d9259e6
gnu: python-aiorpcx: Update to 0.25.0. * gnu/packages/python-web.scm (python-aiorpcx): Update to 0.25.0. [source]: Fetch from GitHub. [build-system]: Use pyproject-build-system. [arguments]<#:test-flags>: Skip network test. [native-inputs]: Add python-pytest, python-pytest-asyncio, python-setuptools, python-wheel. [propagated-inputs]: Add python-websockets. Change-Id: Id204718957ba75fc0a9f54d1b6a23124b1519f86
gnu: python-soundfile: Update to 0.13.1. * gnu/packages/audio.scm (python-soundfile): Update to 0.13.1. Change-Id: I2c2ab1fc6586906f70d8f4d8ddd02667d1b516c2
gnu: guile-websocket: Update to 0.2.1. * gnu/packages/guile-xyz.scm (guile-websocket): Update to 0.2.1. Also, code style changes as recommended by 'guix style'. Change-Id: I8e7e859fcf71f847e7fae97d75e2cca7ab3a07fc
gnu: python-huggingface-hub: Update to 0.31.4. * gnu/packages/python-web.scm (python-huggingface-hub): Update to 0.31.4. [native-inputs]: Add python-pytest-mock. [home-page]: Update. [arguments]<#:test-flags>: Disable more tests. Change-Id: Ia1354fca9ba4d1a8906a11873c469a4f4b024efe Signed-off-by: Andreas Enge <andreas@enge.fr>