Commit graph

176674 commits

Author SHA1 Message Date
Maxim Cournoyer
9e77e52dc3
build/syscalls: Smooth failure mode of (thread-count).
* guix/build/syscalls.scm (thread-count): Use 1 as a fallback when
/proc/self/task could not be read, and return a count value (rather than a
list).
(unshare): Adjust accordingly.

Fixes: #4231
Change-Id: Idcd59a4d2c211df3f2b832e912199f6a7f15e684
2025-12-05 16:48:28 +09:00
Olivier Rojon
ed42337b4e
gnu: emacs-consult-denote: Update to 0.4.2.
* gnu/packages/emacs-xyz.scm (emacs-consult-denote): Update to 0.4.2.

Change-Id: I3a9743b90410d75821392a1d48b2f48ff3fbf0e9
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2025-12-05 08:02:00 +01:00
Leo Famulari
b46f9496c7
gnu: linux-libre 6.6: Update to 6.6.118.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.118.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: I6a92912a72c8adf25dcbc39b3679af70dcc0a7e5
2025-12-04 23:06:56 -05:00
Leo Famulari
6c0aed0aa8
gnu: linux-libre 6.12: Update to 6.12.60.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.60.
(linux-libre-6.12-pristine-source): Update hash.

Change-Id: I124c6956bd90548bfd05b7d1e9e7270029132ee1
2025-12-04 23:06:56 -05:00
Leo Famulari
644e1ef483
gnu: linux-libre: Update to 6.17.10.
* gnu/packages/linux.scm (linux-libre-6.17-version): Update to 6.17.10.
(linux-libre-6.17-pristine-source): Update hash.

Change-Id: I78280e42db271157a1e23b1c70339c2fd7979869
2025-12-04 23:06:56 -05:00
Leo Famulari
8f97b5b777
news: Add entry about linux-libre 6.16 removal.
* etc/news.scm: Add entry.

Change-Id: I5f999701abd59ac1962a50f1783a28b3f468d169
2025-12-04 22:59:40 -05:00
Leo Famulari
14bb0192fd
gnu: Remove linux-libre 6.16.
* gnu/packages/linux.scm (linux-libre-6.16-version,
linux-libre-6.16-gnu-revision, deblob-scripts-6.16,
linux-libre-6.16-pristine-source, linux-libre-6.16-source,
linux-libre-headers-6.16, linux-libre-6.16, linux-libre-arm64-mnt-reform-6.16):
Remove variables.
* gnu/packages/aux-files/linux-libre/6.16-arm.conf,
gnu/packages/aux-files/linux-libre/6.16-arm64.conf,
gnu/packages/aux-files/linux-libre/6.16-i686.conf,
gnu/packages/aux-files/linux-libre/6.16-riscv.conf,
gnu/packages/aux-files/linux-libre/6.16-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.

Change-Id: I20755e7f0622211879db0f6aa8f9d11cea0ba28c
2025-12-04 20:22:27 -05:00
Sharlatan Hellseher
b82086d6eb
gnu: python-tweepy: Update to 4.16.0, fix build.
* gnu/packages/python-web.scm (python-tweepy): Update to 4.16.0.
[build-system]: Switch to pyproject-build-system.
[arguments] <tests?>: Enable.
<test-backend, test-flags>: Use 'unittest.
<phases>: Use defailt 'check.
[propagated-inputs]: Add python-async-lru and python-oauthlib.
[native-inputs]: Add nss-certs-for-test, python-flit-core, and
python-urllib3-1.26.

Change-Id: I113133c6e43cfa88541f6da7579ba42643fce1bd
2025-12-04 22:40:10 +00:00
Sharlatan Hellseher
2764d68cb4
gnu: poetry: Fix tests by limiting maximum threads count.
* gnu/packages/package-management.scm (poetry)[arguments] <test-flags>:
Limit parallel tests up to 8 threads, they look like not thread same on
scale.

Change-Id: I7608c833b7ceb62fefc4adceff040ec37d4a6ff0
2025-12-04 22:08:35 +00:00
Nicolas Graves
55ab7a1f17
gnu: python-dpkt: Update to 1.9.8.
* gnu/packages/python-web.scm (python-dpkt): Update to 1.9.8.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-flags>: Add flags.
[native-inputs]: Add python-pytest, python-pytest-cov,
python-setuptools.
[description]: Improve style.

Change-Id: I0a4cc677523d0579590d37692818ecc420c8eeaf
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:49:58 +00:00
Nicolas Graves
4f9b0148c4
gnu: python-gwebsockets: Switch to pyproject.
* gnu/packages/python-web.scm (python-gwebsockets):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: Ia8f508da951a504566d0b271ffd5622956ad7f1e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:49:58 +00:00
Nicolas Graves
77e79b0ea9
gnu: python-flask-multistatic: Switch to pyproject.
* gnu/packages/python-web.scm (python-flask-multistatic):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.

Change-Id: Ifed1cf128f989785052404ba4bfeca7af72705cc
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:49:58 +00:00
Nicolas Graves
bdb405d722
gnu: python-pastedeploy: Update to 3.1.0.
* gnu/packages/python-web.scm (python-pastedeploy): Update to 3.1.0.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest-cov, python-setuptools.
[synopsis]: Improve style.

Change-Id: I56136dab9fdadc492cb16147ce331412f8e41aeb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:49:58 +00:00
Nicolas Graves
af8149872a
gnu: python-wsgiproxy2: Update to 0.5.1.
* gnu/packages/python-web.scm (python-wsgiproxy2): Update to 0.5.1.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-flags>: Set them.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: Iba0707f5b5e63d5b36a39f0bd4e523938a99706f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:49:58 +00:00
Nicolas Graves
eb64ff22c5
gnu: python-unalix: Switch to pyproject.
* gnu/packages/python-web.scm (python-unalix):
[build-system]: Switch to pyproject-build-system.
[arguments]: Drop them.
[native-inputs]: Add python-setuptools.

Change-Id: I1d6f86ddccee009e15857076a03fa286607bfac3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:49:58 +00:00
Nicolas Graves
8c17c6faa7
gnu: python-requests-oauthlib: Update to 2.0.0.
* gnu/packages/python-web.scm (python-requests-oauthlib): Update to 2.0.0.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-flags>:
[native-inputs]: Add python-pytest, python-setuptools.  Remove
python-pyjwt, python-mock.
[home-page, synopsis]: Improve style.

Change-Id: I2d4bb2703cdb499aafa068b13cd2a042f08236e3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:49:57 +00:00
Nicolas Graves
39a5a5d309
gnu: python-oauthlib: Update to 3.3.1.
* gnu/packages/python-web.scm (python-oauthlib): Update to 3.3.1.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Drop them.
[native-inputs]: Add python-setuptools.

Change-Id: I1cf5e88607384a0542614b443f0e2b4a0e913fab
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:49:57 +00:00
Nicolas Graves
6656a7896c
gnu: python-msal: Update to 1.34.0.
* gnu/packages/python-web.scm (python-msal): Update to 1.34.0.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Run them.
<#:test-flags>: Ignoring failing tests.
<#:phases>: Add phases 'set-cryptography-version and 'configure-tests.
[native-inputs]: Add nss-certs-for-test, python-pytest,
python-setuptools.

Change-Id: I73e6ea369df191bdd0a0df670867acd527382319
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:49:57 +00:00
Nicolas Graves
c8c9421c64
gnu: python-purl: Update to 1.6.
* gnu/packages/python-web.scm (python-purl): Update to 1.6.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-flags>: Set them.
[native-inputs]: Add python-pytest, python-setuptools.

Change-Id: I5940a31514a0d573146990ef00b9b79b56e6529b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:49:54 +00:00
Reza Housseini
305d8c4489
gnu: Add python-cmsis-pack-manager.
* gnu/packages/embedded.scm (python-cmsis-pack-manager): New variable.
* gnu/packages/rust-crates.scm (rust-cc-1.2.21, rust-quinn-0.11.6,
rust-quinn-proto-0.11.9, rust-quinn-udp-0.5.10, rust-reqwest-0.12.12,
rust-rustls-webpki-0.103.2, rust-schannel-0.1.23,
rust-windows-registry-0.2.0): New variables.
(cargo-inputs): Register python-cmsis-pack-manager.

Change-Id: I88e012f064f8eb659e32e9cd0870ae4fc6f2dafb
Reviewed-by: bdunahu <bdunahu@operationnull.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:44:28 +00:00
Sharlatan Hellseher
08b18b4422
gnu: gdc-client: Update to 2.3, fix build.
* gnu/packages/bioinformatics.scm (gdc-client): Update to 2.3.
[arguments] <phases>: Rework 'relax-requirements for the refresh
criteria; add 'fix-pytest-config.
[inputs]: Remove python-cryptography, python-ndg-httpsclient,
python-pyasn1, and python-pyopenssl; add python-importlib-metadata.
[native-inputs]: Remove python-wheel; add python-flask, python-httmock,
python-moto, python-pytest, and python-requests-mock.

Change-Id: Ia51c934fcac473f0b88e1d69077c66fbf62e0ebc
2025-12-04 21:23:38 +00:00
Nicolas Graves
822566984a
gnu: python-ndg-httpsclient: Switch to pyproject.
* gnu/packages/python-web.scm (python-ndg-httpsclient):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: I5570ba9e5efc0abc652a25b24a89ac9f8477c8a0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:03:15 +00:00
Nicolas Graves
71c2b91ec4
gnu: python-zconfig: Switch to pyproject.
* gnu/packages/python-web.scm (python-zconfig):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Run guix style.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: I8eb52ac17be563c4db3d0c4a0892f659b76ffe96
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:03:15 +00:00
Nicolas Graves
76d88c774e
gnu: python-zc-lockfile: Update to 4.0.
* gnu/packages/python-web.scm (python-zc-lockfile): Update to 4.0.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Run guix style.
[native-inputs]: Add python-setuptools.

Change-Id: I186ae51a4488fd4bb82d4a5100d754aa587e9c17
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:03:15 +00:00
Nicolas Graves
bb882b77f6
gnu: python-tornado-http-auth: Switch to pyproject.
* gnu/packages/python-web.scm (python-tornado-http-auth):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: I2151a377a240fc77403b3970ac69e6a41c2acb82
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:03:15 +00:00
Nicolas Graves
2a74ea8a28
gnu: python-querystring-parser: Switch to pyproject.
* gnu/packages/python-web.scm (python-querystring-parser):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Run guix style.
[native-inputs]: Add python-setuptools.

Change-Id: Ifa6df64302fdc4d6b287194084b5399e3570d557
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:03:15 +00:00
Nicolas Graves
40a04ac115
gnu: python-html5-parser: Update to 0.4.12.
* gnu/packages/python-web.scm (python-html5-parser): Update to 0.4.12.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: Ife9144adbeb1f4ad5711f7bce9066a4336141bf2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:03:15 +00:00
Nicolas Graves
04b6a95b9c
gnu: python-sockjs-tornado: Switch to pyproject.
* gnu/packages/python-web.scm (python-sockjs-tornado):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: Ic2a9dd162b1854d629dad7179dc9e377bbb1d6fe
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:03:15 +00:00
Nicolas Graves
cc7cb3bb3d
gnu: python-falcon-cors: Update to 1.1.7-0.41e9f07.
* gnu/packages/python-web.scm (python-falcon-cors): Update to 1.1.7-0.41e9f07.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Skip them.
[native-inputs]: Add python-mock, python-pynose, python-setuptools.
[description]: Improve style.

Change-Id: I23a1c6b91dbe24cdaee4342eaede2c7d50af4079
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:03:14 +00:00
Nicolas Graves
06cdfdab38
gnu: python-aiodns: Update to 3.5.0.
* gnu/packages/python-web.scm (python-aiodns): Update to 3.5.0.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-pytest-cov,
python-pytest-asyncio, python-setuptools.
[description]: Improve style.

Change-Id: I770d7014f6658458720272d70f57fc16a02d056c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:03:14 +00:00
Nicolas Graves
f2f81c2425
gnu: python-pycares: Update to 4.11.0.
* gnu/packages/python-web.scm (python-pycares): Update to 4.11.0.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Add phase 'configure-system-lib.
[native-inputs]: Add python-pytest, python-setuptools.
[inputs]: Add c-ares.
[description]: Improve style.

Change-Id: I09246a7b762b7061aac7b4bafe23cae4864abebb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-04 21:03:13 +00:00
Ashish SHUKLA
d554215902
gnu: knot: Update to 3.5.2.
* gnu/packages/dns.scm (knot): Update to 3.5.2.
[#:phases]<update-parser>: Update script name.

Change-Id: I853024f9db97289ea65730c8c1d4def8b61b6039
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-12-04 21:20:13 +01:00
Andy Tai
9f80d52c2c
gnu: Add tflite-micro.
* gnu/packages/machine-learning.scm (tflite-micro): New variable.
* gnu/packages/patches/tflite-micro_disable_download.patch: New file.
* gnu/local.mk: (dist_patch_DATA): Reference new patch file.

Change-Id: I43470f3101a48cf3570e31c00796d16e7257673c
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-12-04 21:09:52 +01:00
Andy Tai
b68c3e66e2
gnu: Add kissfft-for-tflite-micro.
* gnu/packages/algebra.scm (kissfft-for-tflite-micro): New variable.
* gnu/packages/patches/kissfft-tflite-micro.patch: New file.
* gnu/local.mk: (dist_patch_DATA): Reference new patch file.

Change-Id: I4d7119fca95033d6b1a5b0f84cfd0446a4f54afb
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-12-04 21:07:42 +01:00
Josep Bigorra
b84618b89b
gnu: iter-vitae: Update to 0.5.1.
* gnu/packages/web.scm (iter-vitae): Update to 0.5.1.
[arguments]<#:phases>{install-program-files}: Remove unnecessary mkdir-p.
Adapt installed files.
[description]: Update to mention correct tech.

Change-Id: I2c34dfc60cc75b7fbffd050eb58b52d8a13561e1
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-12-04 19:20:08 +01:00
Patrick Norton
39211967bc
gnu: flightgear: Fix FG_ROOT.
* gnu/packages/games.scm (flightgear)[arguments]<#:phases>{fg-root-wrap}:
New phase to wrap with FG_ROOT pointing to installed flightgear-data.

Change-Id: I59d1a5f84d04c090b48f6c2e7f41e171bda5b98b
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-12-04 18:52:03 +01:00
Patrick Norton
9a332a55c8
gnu: flightgear: Update to Qt6.
* gnu/packages/games.scm (flightgear)[arguments]: Add #:qtbase.
[inputs]: Remove qtdeclarative-5, qtquickcontrols2-5, qtsvg-5 and
qtwayland-5. Add qtdeclarative, qtsvg and qtwayland.

Change-Id: Id16160a721d2ab1ea5d8fd569c1927388f648b43
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-12-04 18:50:17 +01:00
Patrick Norton
97a6a107bc
gnu: simgear: Unbundle tinygltf.
* gnu/packages/games.scm (simgear)[source]: Remove bundled tinygltf.
[arguments]<#:phases>{fix-tiny-gltf}: New phase.
[inputs]: Update to modern style. Add tinygltf.

Change-Id: I3b85ce8c679bf1ef0f5daa82f68060bb331b9eed
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-12-04 18:48:10 +01:00
Guillaume Le Vaillant
d11f4e5b48
gnu: Fix build of gnuradio dependents.
Use the same version of boost in gnuradio and the packages using gnuradio.

* gnu/packages/radio.scm (gnss-sdr, gqrx, gr-dsd, gr-osmosdr,
  gr-satellites)[inputs]: Replace boost by boost-1.83.

Change-Id: I9bf06d46e1f28917ed86f7a9901ddb48f31dbab6
2025-12-04 16:26:41 +01:00
Guillaume Le Vaillant
161ad0b760
gnu: gr-iqbal: Update to 0.38.3.
* gnu/packages/radio.scm (gr-iqbal): Update to 0.38.3.
  [inputs]: Replace boost by boost-1.83 (version used by gnuradio).

Change-Id: Ib090666477376005aeaee65ccae7190ef12e510b
2025-12-04 16:03:41 +01:00
Guillaume Le Vaillant
6d06fa0bc1
gnu: cl-simple-matrix: Update to 3.6.
* gnu/packages/lisp-xyz.scm (sbcl-simple-matrix): Update to 3.6.

Change-Id: I5bb256e58f832fe194cb8d7832e0d26f9ca0c37a
2025-12-04 13:30:27 +01:00
Cayetano Santos
ca02659a89
gnu: ripgrep: Fix bash completions path.
* gnu/packages/rust-apps.scm (ripgrep)[arguments]:
Fix ’install-extras #:phase.

Change-Id: I51529190e47a83e2874007e0d93b0c8e7e0de849
2025-12-04 10:29:11 +01:00
Cayetano Santos
10e164898e
gnu: password-store: Fix bash completions path.
* gnu/packages/password-utils.scm (password-store)[arguments]:
Update #:make-flags.

Change-Id: I47cc1da0c63fde1a61f0de6610ce8f3f72486ee4
2025-12-04 10:29:11 +01:00
Cayetano Santos
86ec8575c8
gnu: du-dust: Fix bash completions path.
* gnu/packages/admin.scm (du-dust)[arguments]: Fix
’install-extras #:phase.

Change-Id: Icf1d93e72d8e8e659be9c2669fc479ece471c8df
2025-12-04 10:29:11 +01:00
Cayetano Santos
3d215a72ff
gnu: alacritty: Fix bash completions path.
* gnu/packages/terminals.scm (alacritty)[arguments]:
Fix ’install #:phase.

Change-Id: Id52a9628f916e0d8e0b972579b96ef030ee2f1e2
2025-12-04 10:29:10 +01:00
Cayetano Santos
54fcea8093
gnu: pass-age: Fix bash completions path.
* gnu/packages/password-utils.scm (pass-age)[arguments]: Update #:install-plan.

Change-Id: I32b998e8ede878394af34ac7866d0ef4affc64d1
2025-12-04 10:29:10 +01:00
Cayetano Santos
3ff36256f0
gnu: starship: Fix bash completions path.
* gnu/packages/shellutils.scm (starship)[arguments]: Fix
’install-completions #:phase.

Change-Id: Iacd02be3869f4674aeffde6bc81a9fac632f76a0
2025-12-04 10:29:10 +01:00
Cayetano Santos
eed9c722c5
gnu: zoxide: Fix bash completions path.
* gnu/packages/rust-apps.scm (zoxide)[arguments]: Fix
’install-more #:phase.

Change-Id: Ie8fd1876346b3d203c00519191085f2b031e2214
2025-12-04 10:29:10 +01:00
Cayetano Santos
ded4b391dc
gnu: py-spy: Fix bash completions path.
* gnu/packages/rust-apps.scm (py-spy)[arguments]: Fix
’install-shell-completions #:phase.

Change-Id: Ia27415ddc14295f2bab18ef43ed4162a778dbf38
2025-12-04 10:29:10 +01:00
Cayetano Santos
7e6f88b382
gnu: ouch: Fix bash completions path.
* gnu/packages/rust-apps.scm (ouch)[arguments]: Fix
’install-extras #:phase.

Change-Id: I8ad706968e8c20460b9070f902cb30cc79c9cf7a
2025-12-04 10:29:10 +01:00