~ruther/guix-local

2bb04f36 — Simen Endsjø 7 months ago
gnu: fwupd: Update to 1.9.32.

* gnu/packages/firmware.scm (fwupd): Update to 1.9.32.
[native-inputs]: Add python-jinja2.
[arguments]<#:phases>{make-source-writable}: Skip symlinks as
make-file-writable fails for those.

Change-Id: Ib922f5521c570b3ea62cb2959f7facabafa7e77e
Signed-off-by: Andreas Enge <andreas@enge.fr>
e96f998e — Charles Roelli 7 months ago
gnu: python-django: Update to 5.2.7.

* gnu/packages/django.scm (python-django): Update to 5.2.7.

Change-Id: Ide882803041d546dd0f11a1158f5b21a2cb63896
Signed-off-by: Andreas Enge <andreas@enge.fr>
e5a5b1d6 — Sharlatan Hellseher 7 months ago
gnu: sicp: Deprecate in favor of book-sicp.

* gnu/packages/books.scm (book-sicp): New variable.
(sicp): Deprecate in favor of book-sicp.

Change-Id: I8484424c324fdf82a22adc0c6f01d7b376c2a309
9c466d3a — Sharlatan Hellseher 7 months ago
gnu: sicp: Move to books.

* gnu/packages/scheme.scm (sicp): Move from here ...
* gnu/packages/books.scm: ... to here.

Change-Id: I152dcc674f5566cbdbf2ce58d8696f6080bfdbfa
af77b20e — Sharlatan Hellseher 7 months ago
gnu: Merge (gnu packages fsf) into (gnu packages books).

* gnu/packages/fsf.scm (book-faif): Move from here ...
* gnu/packages/books.scm: ... to here.
* gnu/packages/fsf.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Unregister file.
* po/packages/POTFILES.in: Likewise.

Change-Id: Ia84ac242f0cda711a23e969e32049e93007a1f8b
2e0d09ac — Andreas Enge 7 months ago
gnu: python-pytorch-geometric: Update to 2.7.0.

* gnu/packages/machine-learning.scm (python-pytorch-geometric):
Update to 2.7.0.

Change-Id: I8fcfa4485c96fb5a2981e3998c97433f5dfdef1f
bb496bcc — Andreas Enge 7 months ago
gnu: python-pytorch-lightning: Update to 2.5.5.

* gnu/packages/machine-learning.scm (python-pytorch-lightning):
Update to 2.5.5.

Change-Id: I0a2acc5c41525ec76044dbede67da6d2206f0d4b
293019a1 — Efraim Flashner 7 months ago
gnu: kakoune: Fix cross-compiling.

* gnu/packages/text-editors.scm (kakoune)[arguments]: Add a make-flag to
set the compiler.

Change-Id: Ia159582d8e213e428f374cbc3f2e813d211e5902
5c3b1a39 — Efraim Flashner 7 months ago
gnu: kakoune: Wrap with perl.

* gnu/packages/text-editors.scm (kakoune)[arguments]: Add a phase to
wrap the binary with perl.
[inputs]: Add perl.

Co-authored-by: Ashvith Shetty <ashvithshetty10@gmail.com>
Change-Id: Ib546f29ad95a6acdc3063c94aaa7eb839f50f254
f3399615 — Andreas Enge 7 months ago
gnu: Remove python-pillow-simd.

* gnu/packages/python-xyz.scm (python-pillow-simd): Delete variable.

Fixes: guix/guix#2715
Change-Id: I39bb625b6b6911c972654b0bc00a4d8706402f68
6aadef6c — Andreas Enge 7 months ago
gnu: python-torchvision: Remove input.

python-pillow-simd has a CVE, is poorly maintained and appears to be
optional.

* gnu/packages/machine-learning.scm (python-torchvision)[inputs]:
Remove python-pillow-simd.

Change-Id: I198d543bc017bcb4f79597ac3ef5b7559e44e1a6
0a7b0d3d — Andreas Enge 7 months ago
gnu: python-torchvision: Update to 0.24.0.

* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.24.0.

Change-Id: I3ea845f9a3ad1817a6a8671f4169b53ad9abbe74
3955a8ca — Ashish SHUKLA 7 months ago
gnu: foot: Update to 1.25.0.

* gnu/packages/terminals.scm (foot): Update to 1.25.0.

Change-Id: I63a68c6d33c7c05a6b1c4fa414a2a526569956bb
Signed-off-by: Andreas Enge <andreas@enge.fr>
a999c179 — Andreas Enge 7 months ago
gnu: Remove edi.

* gnu/packages/enlightenment.scm (edi): Delete variable.

Fixes: guix/guix#2791
Change-Id: I7022ec424812bcaf8d7e2bb6d1382d597a50963c
3d7c920e — Andreas Enge 7 months ago
gnu: Remove gzdoom.

* gnu/packages/games.scm (gzdoom): Delete variable.

Fixes: guix/guix#1765
Change-Id: I8eb482f5ff4c8edeaff812095ad5c5188023a2ca
344bf876 — Rutherther 7 months ago
installer: Respect /tmp/installer-assume-online in check-substitute-availability.

Follow up of #2518, where check-substitute-availability has been introduced.

This is mostly for system tests that run without internet access.

* gnu/installer/newt/network.scm (check-substitute-availability): Skip the
check if /tmp/installer-assume-online exists.

Change-Id: I0110390e8c5ce6756f3c22cb770011ea735fe79b
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
11e0594e — Sharlatan Hellseher 7 months ago
gnu: packages/python-xyz: Sort the rest of python-ty*.

* gnu/packages/python-xyz.scm::(python-types-regex,
python-types-requests, python-types-setuptools, python-types-simplejson,
python-types-toml, python-types-tqdm, python-types-ujson,
python-types-urllib3, python-typeshed-client, python-typing-inspect,
python-typogrify): Sort variables alphabetically.

Change-Id: Ie6b070ae561ee205b7e259c35a10473bd1bac49b
c5186b26 — Sughosha 7 months ago
gnu: ruqola: Update to 2.6.0.

* gnu/packages/kde-internet.scm (ruqola): Update to 2.6.0.

Change-Id: I43194dc6f4d05ec7a39fdf401b88fc7471fff5de
19453a8a — Sharlatan Hellseher 7 months ago
gnu: packages/python-xyz: Sort some python-ty*.

* gnu/packages/python-xyz.scm: (python-types-freezegun,
python-types-orjson, python-types-protobuf,
python-types-python-dateutil, python-types-pytz, python-types-pyyaml):
Sort variables alphabetically.

Change-Id: I509a71ff36fbbc41fde56137bd18483b8dc86519
f5f51fe8 — Sharlatan Hellseher 7 months ago
gnu: packages/python-xyz: Sort some python-ty*.

* gnu/packages/python-xyz.scm: (python-types-aiofiles,
python-types-colorama, python-types-dataclasses, python-types-dateutil,
python-types-docutils): Sort variables alphabetically.

Change-Id: I09e8aa47dc154a1dda1e19b04bbf04211cb8ad7d
Next