Maxim Cournoyer
f348d2be2e
tests: Fix typo.
...
* tests/guix-build.sh: Fix typo.
2025-05-09 23:07:11 +09:00
Maxim Cournoyer
18ed22536d
ui: Allow evaluating multi-expressions strings with read/eval.
...
This can be useful when evaluating a scheme-file store output for example,
which has multiple top level expressions.
* guix/ui.scm (read/eval): Also accept a port object as argument. Read and
evaluate all expressions from input port or string.
Change-Id: I0213706fa4824c3a8ffe5d93f44f263048cb62c2
2025-05-09 23:05:26 +09:00
Konrad Hinsen
bc2e923c19
gnu: ecl-closure-template: Don't run the test suite.
...
The test suite of cl-closure-template fails under ecl due to
incomplete support for ecl in the testing framework cl-lift.
* gnu/packages/lisp-xyz.scm (ecl-closure-template)[arguments]: Don't run the
test suite.
Change-Id: I0bc802273db999854b32c80ebfc309e7bc2a7e55
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net >
2025-05-09 13:44:15 +02:00
Trevor Richards
c3b6b57521
teams: Add entry for Trevor Richards.
...
* gnu/teams.scm ("Trevor Richards"): New member.
Change-Id: Ie76ccddf66ad87db0e5e266521646f76ab61bd2a
Signed-off-by: Steve George <steve@futurile.net >
2025-05-09 10:54:40 +01:00
Ashvith Shetty
08b65338f4
teams: Add entry for Ashvith Shetty.
...
* etc/teams.scm ("Ashvith Shetty"): New member.
Change-Id: Ic448a2c25d2688e95b9fa29c16c926bc106cc2c7
Signed-off-by: Steve George <steve@futurile.net >
2025-05-09 10:37:08 +01:00
Maxim Cournoyer
2e1ead7c8b
doc: Fix building documentation on Berlin.
...
This reverts 4df6eda30f ("gnu: Rename
`texlive-updmap.cfg' into `texlive-local-tree'.") just for doc/build.scm.
As the build farm uses 'guix' as provided by the guix-daemon; an updated to the
guix package and reconfiguration of Berlin would be required to fix building
the latest development manual. Use the deprecated texlive-updmap.cfg binding
for now.
* doc/build.scm (pdf-manual): Revert to use texlive-updmap.cfg for now.
Change-Id: I133deaa7a345e711a99ea469ec6fecfde9c729de
2025-05-09 11:44:29 +09:00
Sergio Pastor Pérez
6d2e1b1edd
gnu: ddcci-driver-linux: Fix build with linux-libre 6.14.
...
* gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.4.5-0.7f8f8e6.
Change-Id: I8a6bed599c5730334ab672172d03d7a7c9cc757b
Signed-off-by: Leo Famulari <leo@famulari.name >
2025-05-08 21:14:02 -04:00
Leo Famulari
7d29ea6c49
news: Add entry about linux-libre 6.13 removal.
...
* etc/news.scm: Add entry.
Change-Id: Ic864263fda00757a9e2600abef083dc2f720ec23
2025-05-08 19:05:50 -04:00
Leo Famulari
bf3a17ca81
gnu: btrfs-progs: Update to 6.14.
...
* gnu/packages/linux.scm (btrfs-progs): Update to 6.14.
Change-Id: I1c8928ea03a7ea58392f85e129fedde426116e6c
2025-05-08 17:10:52 -04:00
Leo Famulari
6e8ffdf3c5
gnu: Remove linux-libre 6.13.
...
This kernel series is no longer supported upstream.
* gnu/packages/linux.scm (linux-libre-6.13-version,
linux-libre-6.13-gnu-revision, deblob-scripts-6.13,
linux-libre-6.13-pristine-source, linux-libre-6.13-source,
linux-libre-headers-6.13, linux-libre-6.13): Remove variables.
* gnu/packages/aux-files/linux-libre/6.13-arm.conf,
gnu/packages/aux-files/linux-libre/6.13-arm64.conf,
gnu/packages/aux-files/linux-libre/6.13-i686.conf,
gnu/packages/aux-files/linux-libre/6.13-riscv.conf,
gnu/packages/aux-files/linux-libre/6.13-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
Change-Id: Ied843a009392752dd4baefa2880994965019779d
2025-05-08 17:10:52 -04:00
Gabriel Wicki
ac2d792aae
gnu: Fix small typos.
...
String-separating double-quotes should be separated with white space.
* gnu/packages/bootloaders.scm(u-boot-rpi-arm64-efi): Fix typo.
* gnu/packages/linphone.scm(ortp): Fix typo.
* gnu/packages/tex.scm(texlive-omegaware-bin): Fix typo.
Change-Id: I83aa0f6862b265dd3e396e7c0b2db924915293dd
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com >
2025-05-08 22:08:12 +09:00
Sharlatan Hellseher
2e3da9f8f2
gnu: packages/python-xyz: Remove unused modules.
...
* gnu/packages/python-xyz.scm: Remove docker and game-development
modules.
Change-Id: Id0b6572230c7415f196a0beac0af3513ddaba095
2025-05-08 12:51:10 +01:00
Sharlatan Hellseher
e24b952a35
gnu: python-ipykernel: Move to jupyter.
...
* gnu/packages/python-xyz.scm (python-ipykernel): Move from here ...
* gnu/packages/jupyter.scm: ... to here.
* gnu/packages/engineering.scm: Add jupyter module.
Change-Id: Ia1391007cd4be997aeb5c8197d4894c32340198a
2025-05-08 12:22:16 +01:00
Sharlatan Hellseher
0e52d86de1
gnu: jupyter: Move to jupyter.
...
* gnu/packages/python-xyz.scm (jupyter): Move from here ...
* gnu/packages/jupyter.scm: ... to here.
* gnu/packages/package-management.scm: Add jupyter module.
* gnu/packages/cran.scm: Likewise.
Change-Id: I357b4e96462e3ef6815bdcafd151bd56f298f8ac
2025-05-08 12:05:04 +01:00
Sharlatan Hellseher
6704f7134e
gnu: python-notebook: Move to jupyter.
...
* gnu/packages/python-xyz.scm (python-notebook): Move from here ...
* gnu/packages/jupyter.scm: ... to here.
* gnu/packages/sagemath.scm: Add jupyter module.
Change-Id: I44aca3a14573b7700cdedeaae5e05b11ad48371c
2025-05-08 12:05:04 +01:00
Sharlatan Hellseher
de0ec3749e
gnu: python-pari-jupyter: Move to jupyter.
...
* gnu/packages/python-xyz.scm (python-pari-jupyter): Move from here ...
* gnu/packages/jupyter.scm: ... to here.
Change-Id: Id0fcd902f9cecd685e912345ce8ef8ee9146d926
2025-05-08 12:05:04 +01:00
Sharlatan Hellseher
5a7170e7ed
gnu: python-einops: Update to 0.8.1.
...
* gnu/packages/python-science.scm (python-einops): Update to 0.8.1.
[native-inputs]: Remove jupyter.
Change-Id: I2d5c710990a77ca0fef480eaed4b59da6a10db27
2025-05-08 12:05:04 +01:00
Sharlatan Hellseher
b0e5f63bd5
gnu: python-skranger: Skip more failing tests.
...
This project has no updates since 2022 (3y from now) and might be not
compatible with Guix's version of scikit-learn.
* gnu/packages/python-xyz.scm (python-skranger) [test-flags]: Ignore 2
more test files.
Change-Id: I32cf0c3d7e35a31c3dc7d83a8dd5633a706f61a3
2025-05-08 11:06:39 +01:00
Sharlatan Hellseher
32d17c83e0
gnu: python-adjusttext: Move to python-science.
...
* gnu/packages/python-xyz.scm (python-adjusttext): Move from here ...
* gnu/packages/python-science.scm: ... to here.
Change-Id: If8c5fa89736dbf8ae29169fb317d43d2c2fbd682
2025-05-08 11:06:39 +01:00
Sharlatan Hellseher
08fd08c6f2
gnu: python-adjusttext: Update to 1.3.0.
...
* gnu/packages/python-xyz.scm (python-adjusttext): Update to 1.3.0.
[propagated-inputs]: Add python-scipy.
Change-Id: Icb97357eb003c8215ca030516a3b53be1e124076
2025-05-08 11:06:38 +01:00
Sharlatan Hellseher
a7984f741f
gnu: python-argopt: Update to 0.9.1.
...
* gnu/packages/python-xyz.scm (python-argopt): Update to 0.9.1.
[build-system]: Switch to pyproject.
[propagated-inputs]: Remove python-toml and python-flake8.
[native-inputs]: Remove python-coverage and python-nose; add
python-pytest, python-pytest-timeout, and python-wheel.
Change-Id: I86bad8c8ebde66707ba4bbf75e115f134a106447
2025-05-08 11:06:38 +01:00
Sharlatan Hellseher
a1c57d4e52
gnu: python-docusign-esign: Move to python-web.
...
* gnu/packages/python-xyz.scm (python-docusign-esign): Move from here ...
* gnu/packages/python-web.scm: ... to here.
Change-Id: I2647c3634d18ac0536385acfc5266c6345a30891
2025-05-08 11:06:38 +01:00
Sharlatan Hellseher
4c584d80b4
gnu: python-docusign-esign: Update to 5.0.0.
...
* gnu/packages/python-xyz.scm (python-docusign-esign): Update to 5.0.0.
[build-system]: Switch to pyproject.
[propagated-inputs]: Remove python-six and python-nose.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I77caef3a7a159ac70f4d325685a87c31784dd53f
2025-05-08 11:06:38 +01:00
Sharlatan Hellseher
a3ceca8508
gnu: python-docusign-esign: Fix home-page.
...
Upstream recently fixed their URL redirects.
* gnu/packages/python-xyz.scm (python-docusign-esign)[home-page]:
Update redirected URL.
Change-Id: I2f0646ce7e20904d30dcb2b3b38503a8a63c7c04
2025-05-08 11:06:38 +01:00
Sharlatan Hellseher
af72a3cd55
gnu: python-flask-restful: Fix home-page.
...
* gnu/packages/python-web.scm (python-flask-restful): [home-page]: Fix
it.
Change-Id: Ie53853e38ab2a8704d7825c39c95c09c924d5fa4
2025-05-08 11:06:36 +01:00
Romain GARBAGE
ca3be0964a
gnu: hdf5-parallel-openmpi: Add Fortran support.
...
Fortran support was removed by commit 8eeb04e205 , but was present before.
* gnu/packages/maths.scm (hdf5-parallel-openmpi)[arguments]: Add Fortran
support. Switch to G-exps. Fix path for CMake files as done by parent hdf5
package.
Change-Id: I1d7c8adea6e8cadc4d8a16d8313f65388ead009d
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-05-08 10:28:41 +02:00
Efraim Flashner
4fe484ee7e
gnu: codeberg-cli: Update to 0.4.11.
...
* gnu/packages/rust-apps.scm (codeberg-cli): Update to 0.4.11.
[source]: Remove snippet.
Change-Id: Ieb4a34102ec7d939e3309f2b078f30ad905d6285
2025-05-08 11:02:06 +03:00
Sharlatan Hellseher
0ae79a787f
gnu: python-tablib: Update to 3.8.0.
...
* gnu/packages/python-xyz.scm (python-tablib): Update to 3.8.0.
[build-system]: Swap to pyproject.
[arguments] <phases>: Use default 'check.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I4f248c87f27f582021a0ae739d0ebec03f824319
2025-05-08 07:43:01 +01:00
Sharlatan Hellseher
6ea46370ea
gnu: python-zeep: Adjust native inputs.
...
* gnu/packages/python-web.scm (python-zeep): [native-inputs]: Remove
python-coverage, python-flake8, python-flake8-blind-except,
python-flake8-debugger, and python-isort.
Change-Id: Ia359126c748b8a7c4efc949bcaf43b9c53e16d39
2025-05-08 07:43:01 +01:00
Sharlatan Hellseher
a99f9c6044
gnu: python-pep8-naming: Move python-check.
...
* gnu/packages/python-xyz.scm (python-pep8-naming): Move from here ...
* gnu/packages/python-check.scm: ... to here.
* gnu/packages/wm.scm: Add python-check module.
Change-Id: I1b0e0eec5e8f815f855860fd149a17e2470adea2
2025-05-08 07:43:00 +01:00
Sharlatan Hellseher
889c87012a
gnu: python-pep8-naming: Update to 0.15.1.
...
* gnu/packages/python-xyz.scm (python-pep8-naming): Update to 0.15.1.
Change-Id: I3eea20c1c5c9d62ea1629324b56a6232f6463dc6
2025-05-08 07:43:00 +01:00
Sharlatan Hellseher
4f30d05a9b
gnu: Remove indi-2.0 variant.
...
* gnu/packages/astronomy.scm (indi-2.0): Overwrite INDI variable and
make it default.
(indi-1.9): Rename to indi-1
(phd2) [inputs]: Remove indi; add indi-1.
(stellarium) [inputs]: Remove indi-2.0; add indi.
Change-Id: I197fbb3969a34cf49ceb68f2d51d45286b63931b
2025-05-08 07:43:00 +01:00
Sharlatan Hellseher
bf869e3233
gnu: packages/astronomy: Sort.
...
* gnu/packages/astronomy.scm: (java-cds-healpix, python-astroplan,
python-astropy-healpix, python-astroquery, python-astroscrappy,
python-stsci-image, python-stsci-imagestats, python-suntime,
python-synphot): Sort variables alphabetically.
Change-Id: I98e4860155e9ef52d8b7f86205c2bc23a87e29d2
2025-05-08 07:43:00 +01:00
Sharlatan Hellseher
1d016797a3
gnu: packages/astronomy: Sort.
...
* gnu/packages/astronomy.scm (python-jwst, python-mpl-animators,
python-stsynphot, python-sunkit-image, python-sunpy-soar): Sort
variables alphabetically.
Change-Id: I3a8afb736baa4e13d3a395205bf5354a03de7d3c
2025-05-08 07:43:00 +01:00
Sharlatan Hellseher
35654cb6f9
gnu: Add python-sunpy-minimal.
...
* gnu/packages/astronomy.scm (python-sunpy-minimal): New variable.
(python-ndcube, python-sunraster) [native-inputs]: Remove python-sunpy;
add python-sunpy-minimal.
Change-Id: I270296ce365c58616629aa68c5668bde3dc905f3
2025-05-08 07:43:00 +01:00
Sharlatan Hellseher
43d6e5eefb
gnu: python-sunpy: Fix tests.
...
* gnu/packages/astronomy.scm (python-sunpy) [arguments] <test-flags>:
Skip one test introducing time bomb.
<phases>: Add 'pre-check and move set HOME here from 'check.
Change-Id: I20e3f63aa45c951bd7b093e0d02e4968aca87dc3
2025-05-08 07:43:00 +01:00
Sharlatan Hellseher
cf633f1194
gnu: python-pysdl2: Fix hash.
...
* gnu/packages/python-graphics.scm (python-pysdl2): [source]: Fix hash.
Change-Id: If2154737d640520391832bada93379af823a3105
2025-05-08 07:42:50 +01:00
Vagrant Cascadian
01ca654387
gnu: lcrq: Fix home-page.
...
Upstream recently fixed their URL redirects.
* gnu/packages/networking.scm (lcrq)[home-page]: Update redirected URL.
2025-05-07 22:50:18 -07:00
Evgeny Pisemsky
ee0a39cc03
gnu: guile-mqtt: Patch extension path.
...
* gnu/packages/guile-xyz.scm (guile-mqtt): Patch extension path.
[arguments]: Add 'patch-extension-path phase.
Change-Id: Ifbbd0adebcf82a36f674ab3fded3db5ba04b98b0
Signed-off-by: Zheng Junjie <z572@z572.online >
2025-05-08 13:31:19 +08:00
Greg Hogan
64ac509eb2
gnu: lldb: Update to 20.1.3.
...
* gnu/packages/llvm.scm (lldb): Update to 20.1.3.
[inputs]: Change from LLVM-17 and CLANG-17 to LLVM-20 and CLANG-20.
Change-Id: I95d0595315ec319d523046a582cc789de2f4d05b
Signed-off-by: Zheng Junjie <z572@z572.online >
2025-05-08 13:23:30 +08:00
Ashish SHUKLA
459705ceaa
gnu: mold: Update to 2.39.0.
...
* gnu/packages/mold.scm (mold): Update to 2.39.0.
Change-Id: Ib56c6be233d3f51434b629499291bcd03c4292c8
Signed-off-by: Zheng Junjie <z572@z572.online >
2025-05-08 13:23:30 +08:00
Sughosha
3cec3624ae
gnu: kio-extras: Fix kiod path.
...
* gnu/packages/kde.scm (kio-extras)[arguments]: Realign.
<#:phases>: Add fix-kiod-path phase.
Change-Id: Ifda410609323dc55797a9e97191909824679dd8f
Signed-off-by: Zheng Junjie <z572@z572.online >
2025-05-08 13:23:26 +08:00
Hilton Chain
9d9a6291c4
services: activation: Continue on exceptions.
...
* gnu/services.scm (activation-script): Reset environment before loading
activation script. Catch exception and print the error. Warn about failed
activation script.
Change-Id: I89be31433fbb46d0c4a9dc6115ab167910840b6f
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com >
Reviewed-by: Ludovic Courtès <ludo@gnu.org >
2025-05-08 14:18:36 +09:00
Cayetano Santos
2ca8d38281
gnu: Add prjtrellis.
...
* gnu/packages/electronics.scm (prjtrellis): New variable.
Change-Id: Iac188df00f55c06f9000fe1b688d6cded9d495fd
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com >
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com >
2025-05-08 14:18:36 +09:00
Maxim Cournoyer
21400ed931
system: Remove a stale comment regarding %base-packages-utils.
...
The use of `canonical-package' was dropped a long time ago.
* gnu/system.scm (%base-packages-utils): Delete stale comment.
Change-Id: Ie91294baf93ba45b3120dd62ac0c9adee04d2265
2025-05-08 14:18:35 +09:00
Vagrant Cascadian
03e5aac727
gnu: vcmi: Update to 1.6.8.
...
* gnu/packages/games.scm (vcmi): Update to 1.6.8.
2025-05-07 15:49:39 -07:00
Vagrant Cascadian
f3b2a79cb2
gnu: arm-trusted-firmware: Update to 2.12.2.
...
* gnu/packages/firmware.scm (make-arm-trusted-firmware): Update to 2.12.2.
Change-Id: Ib8077e63bd3df0fe6dce634d5b7278b9389c42db
2025-05-07 14:25:19 -07:00
Efraim Flashner
295a35ba20
gnu: vifm: Update to 0.14.2.
...
* gnu/packages/vim.scm (vifm): Update to 0.14.2.
Change-Id: Ied25f2420a8933c4f45b6047ca9f705de571457f
2025-05-07 20:23:18 +03:00
Florian Pelz
475173e4f2
news: Add 'de' translation.
...
* etc/news.scm: Add German translation of read-only root entry.
Change-Id: I0d12d00a3dea33cb3ce61e6ddb9848e89bec0569
2025-05-07 09:22:29 +02:00
Sharlatan Hellseher
0fa408345a
gnu: python-pysdl2: Fix PyPI archive name.
...
As seen in CI <https://ci.guix.gnu.org/build/10630201/log/raw >, it
failed to download the archive with name "PySDL2" which has been
changed.
* gnu/packages/python-graphics.scm (python-pysdl2): [source] <pypi-uri>:
Fix it as the name has been changed in PyPI.
Change-Id: I30e963294fb441404552402d2ed749344d917b8e
2025-05-07 08:03:38 +01:00