~ruther/guix-local

gnu: qtwayland-5: Update to 5.15.16.

* gnu/packages/qt.scm (qtwayland-5): Update to 5.15.16.

Change-Id: I5ad8f4ccd00e99eeb5d74c20d3fd2fb0141e2068
gnu: qtmultimedia-5: Update to 5.15.16.

* gnu/packages/qt.scm (qtmultimedia-5): Update to 5.15.16.

Change-Id: I0b92e79618404c68a03bb307f9df39ea9aacdd1f
gnu: qtwebsockets-5: Update to 5.15.16.

* gnu/packages/qt.scm (qtwebsockets-5): Update to 5.15.16.

Change-Id: I7f79bb8f6017b9e64ee9fc64a951264da5bc40da
gnu: qtconnectivity-5: Update to 5.15.16.

* gnu/packages/qt.scm (qtconnectivity-5): Update to 5.15.16.

Change-Id: Ibd5ab8f11b042ec25cce53eaf9aa80f1e14d0b37
gnu: qtdeclarative-5: Update to 5.15.16.

* gnu/packages/qt.scm (qtdeclarative-5): Update to 5.15.16.

Change-Id: Ib4530b4ce11e9c76da84f68b921771d0108ceed3
gnu: qtxmlpatterns: Update to 5.15.16.

* gnu/packages/qt.scm (qtxmlpatterns): Update to 5.15.16.

Change-Id: I8da2e6d0c4d5964d8611c94cd22308d389e29484
gnu: qtx11extras: Update to 5.15.16.

* gnu/packages/qt.scm (qtx11extras): Update to 5.15.16.

Change-Id: I9ccb74e832881c8665247bc58a9fe7fe5fd6b820
gnu: qtimageformats-5: Update to 5.15.16.

* gnu/packages/qt.scm (qtimageformats-5): Update to 5.15.16.

Change-Id: I992693bbbe3d5251614753892eed7921c2f40495
gnu: qtsvg-5: Update to 5.15.16.

* gnu/packages/qt.scm (qtsvg-5): Update to 5.15.16.

Change-Id: Ief6612dc9a3c4961b6c6d563e3a12eabc0e2afbc
gnu: qt3d-5: Update to 5.15.16.

* gnu/packages/qt.scm (qt3d-5): Update to 5.15.16.

Change-Id: I54e3a4b17662d16a406d3ad3bd38873ae97a776c
gnu: qtbase-5: Update to 5.15.16.

* gnu/packages/qt.scm (qtbase-5): Update to 5.15.16.
[inputs]: Replace libxkbcommon-1.5 with libxkbcommon.

Change-Id: I67907dbc6846f9bbed284b0cfbfcf79d95e4cefa
gnu: python-pyqt5-sip: Update to 12.17.0.

* gnu/packages/qt.scm (python-pyqt5-sip): Update to 12.17.0.

Change-Id: I3ab88d9edbc0378ec30f22979f5622a43818374e
55ef7ba1 — Jake Forster a year ago
gnu: insight-toolkit: Use gcc@13 to fix build.

ITK with Python wrapping fails to build with gcc@14: constexpr function's
return type '__castxml_Float32' (aka '__castxml_Float32_s') is not a literal
type

* gnu/packages/image-processing.scm (insight-toolkit)[native-inputs]: Add
gcc-13.

Change-Id: I9d7286a26840ede45a9543b4dbf195548cb59245
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
eadf133b — Nigko Yerden a year ago
gnu: psm2: Compile init constructor without AVX flags.

* gnu/packages/linux.scm (psm2)[source]<origin>{patches}: New field.
Add patch to it.
* gnu/packages/patches/psm2-compile-ctor-without-avx.patch: Add file.
* gnu/local.mk (dist_patch_DATA): Register it.

Fixes: guix/guix#1446

Change-Id: I150ddc86c2948063e6e13f11014c42e96b553b75
Signed-off-by: Andreas Enge <andreas@enge.fr>
bcd9c41a — Gabriel Wicki a year ago
gnu: libshout-idjc: Fix build.

* gnu/packages/audio.scm (libshout-idjc): Update to revision 2 to fix the build.

Change-Id: Ife3d90d344febe9ad93905c7327ed44b2310ce11
6073836b — Cayetano Santos a year ago
gnu: nvc: Update to 1.17.0.

* gnu/packages/fpga.scm (nvc): Update to 1.17.0.
[source]: Fix indentation.
[arguments]<#:configure-flags>: Add --enable-vital.
[native-inputs]: Remove ruby, replace python by python-minimal.

Change-Id: I7f8aa596b60f51be4dc5d3d2f0f44d8839c65906
e8929757 — Sharlatan Hellseher a year ago
gnu: python-minikanren: Update to 1.0.5.

* gnu/packages/python-xyz.scm (python-minikanren): Update to 1.0.5.
  [build-system]: Use pyproject.
  [arguments] <test-flags>: Skip some failing tests.
  <phases>: Use default 'check.
  [propagated-inputs]: Add python-typing-extensions.
  [native-inputs]: Remove python-coveralls, python-pydocstyle,
  python-pytest-cov, python-pylint, python-black, python-sympy,
  python-versioneer, and python-coverage; add python-setuptools-next.

Change-Id: Ibf3f9f38f64804fb31f9e99110c4a1beb2a0f2e1
e77200c7 — Sharlatan Hellseher a year ago
gnu: python-etuples: Update to 0.3.10.

* gnu/packages/python-xyz.scm (python-etuples): Update to 0.3.10.
  [build-system]: Use pyproject.
  [arguments] <test-flags>: Deselect one failing test.
  [native-inputs]: Add python-pytest, python-setuptools-next, and
  python-setuptools-scm.

Change-Id: I3ba8812162cb71e86247deaf9dfad202ef54d04b
ddf43f79 — Sharlatan Hellseher a year ago
gnu: python-cons: Update to 0.4.7.

* gnu/packages/python-xyz.scm (python-cons): Update to 0.4.7.
  [source]: Switch to git-fetch providing tests.
  [build-system]: Use pyproject.
  [arguments] <phases>: Add 'set-version.
  [native-inputs]: Remove python-toml; add python-setuptools-next,
  python-setuptools-scm, and python-wheel.

Change-Id: Ibd6ca258a61d2408103a81825628d0e5d19e939f
62d7f3b8 — Nicolas Graves a year ago
gnu: python-mamba: Move to (gnu packages python-check).

* gnu/packages/python-xyz.scm (python-mamba): Move from here…
* gnu/packages/python-check.scm (python-mamba): …to here.

Change-Id: I29bb39825493e5fa29692bdd47a099d1854668f2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Next