~ruther/guix-local

ref: e792a38530b1cf5024a584227977543a02171738 guix-local/gnu/packages d---------
e792a385 — Efraim Flashner 1 year, 1 month ago
gnu: Add rust-derive-new-0.7.

* gnu/packages/crates-io.scm (rust-derive-new-0.7): New variable.
(rust-derive-new-0.6): Inherit from rust-derive-new-0.7.

Change-Id: I9f63800390798f0ea330d3ebb06c59821d36e695
b59ccd5a — Efraim Flashner 1 year, 1 month ago
gnu: Add rust-config-0.14.

* gnu/packages/crates-io.scm (rust-config-0.14): New variable.
(rust-config-0.13): Inherit from rust-config-0.14.

Change-Id: I22f0818ba3ea59d7e5c16a55e66f7f55a63decb5
74024793 — Efraim Flashner 1 year, 1 month ago
gnu: rust-comfy-table-7: Update to 7.1.3.

* gnu/packages/crates-io.scm (rust-comfy-table-7): Update to 7.1.3.
[cargo-inputs]: Add rust-ansi-str-0.8.  Replace rust-crossterm-0.27 with
0.28, rust-strum-0.25 with 0.26, rust-strum-macros-0.25 with 0.26,
rust-unicode-width-0.1 with 0.2.
[cargo-development-inputs]: Replace rust-rstest-0.18 with 0.23.

Change-Id: I9306d17339c861164b5c01697ad396620e98d908
b763d074 — Mark H Weaver 1 year, 1 month ago
gnu: icecat: Update to 115.20.0-guix1 [security fixes].

Includes fixes for CVE-2025-1009, CVE-2025-1010, CVE-2025-1012, and
CVE-2025-1016.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
5a897c5c — Sharlatan Hellseher 1 year, 1 month ago
gnu: python-ciso8601: Update to 2.3.2.

* gnu/packages/time.scm (python-ciso8601): Update to 2.3.2.
[build-system]: Swap to pyrpoject-buid-system.
[native-inputs]: Remove python-pytz; add python-pytest,
python-setuptools, and python-wheel.

Change-Id: Ic1a4a329ca8e365976b490de7d7025299782ee41
60c1d262 — h.nasajpour 6 years ago
gnu: Add python-relativetimebuilder.

* gnu/packages/time.scm (python-relativetimebuilder): New variable

Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I741f3524b22216a2e620f269f51c7f90bd0d0772
93662179 — Artyom V. Poptsov 1 year, 2 months ago
gnu: Add mbpoll.

* gnu/packages/engineering.scm (mbpoll): New variable.

Change-Id: I356425b47ae4a5201465c9f1e0244602a1cf9dc2
9a6a7c9e — Ludovic Courtès 1 year, 1 month ago
gnu: libpciaccess-static: Keep in same module as ‘libpciaccess’.

Fixes a bug introduced in beb9ad2cf7e83b747781b47cdde2f75a19cd3a1b where
‘guix pull’ would fail to build guix-system-tests.drv:

  gnu/packages/hurd.scm:317:13: error: libpciaccess: unbound variable

* gnu/packages/hurd.scm (libpciaccess-static): Move to…
* gnu/packages/xorg.scm (libpciaccess-static): … here.
Add ‘name’ field.

Change-Id: I4ec6a800360e82a5bc28f4e0b6c51772108fc3b1
25a67a8d — Sharlatan Hellseher 1 year, 1 month ago
gnu: tractor: Enable tests.

* gnu/packages/tor.scm (tractor): Enable tests.
[arguments] <tests?>: Project provides tests, enable them.
<test-flags>: Skip 4 tests.
[inputs]: Add python-pysocks.
[native-inputs]: Add python-pytest.

Change-Id: I23a8cad6a9db45c6025fd80893dfc5921de413dd
f61d448a — Danial Behzadi 1 year, 2 months ago
gnu: tractor: Update to 5.0.0.

* gnu/packages/tor.scm (tractor): Update to 5.0.0.
[phases] {install-man-pge}: Adjust file installation.
{install-bash-completion}: Likewise.
{install-gschema}: Likewise.
[inputs]: Remove python-psutil.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I91a34dbc81c156b815c03df71241e8b3252bf657
gnu: sbcl-dbus: Update to 20231105-2.8bba6a09.

* gnu/packages/lisp-xyz.scm (sbcl-dbus): Update to 20231105-2.8bba6a09.
[source] fix file-name

Change-Id: I36c432e9bd694d8d90af96deb0c7e0ad4b0fb17f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
7e58d45a — Evgeny Pisemsky 1 year, 2 months ago
gnu: Add emacs-go-translate.

* gnu/packages/emacs-xyz.scm (emacs-go-translate): New variable.

Change-Id: I623079b65f6df2180537a7589b953eaeb57d6a77
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: libxcb: Fix build for GNU/Hurd.

* gnu/packages/xorg.scm (libxcb) [propagated-inputs]: Add libpthread-stubs
when targeting the Hurd.
[arguments]: Add fix-PATH_MAX phase when targeting the Hurd.

Authored-by: yelninei on IRC.
Change-Id: Id673045c0c1a94a2d63bac7ea10a49174131d0ed
gnu: hurd: Add libpciaccess-static.

This is a followup to 20a8d796f1e8ed3f2ff3344fcf4ab40a45bc3942, which broke
the Hurd.

* gnu/packages/hurd.scm (libpciaccess-static): New variable.
(hurd, netdde) [inputs]: Replace libpciaccess with libpciaccess-static.

Change-Id: Ifb2cc3d210cf4ce6f4798eac1e9643f1c75ba6fa
Suggested-by: yelninei on IRC.
ac9fc0db — Evgeny Pisemsky 1 year, 2 months ago
gnu: Add python-pypubsub.

* gnu/packages/python-xyz.scm (python-pypubsub): New variable.

Change-Id: I543d8a6297c374e55809a755a902250ca4d270d9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
57b41af2 — Sharlatan Hellseher 1 year, 1 month ago
gnu: magic-wormhole: Skip one test.

* gnu/packages/magic-wormhole.scm (magic-wormhole) [arguments]
<test-flags>: Skip one test.

Change-Id: Ie591b8ca3bbbc115813777a238399126c0146306
d226d873 — Sharlatan Hellseher 1 year, 1 month ago
gnu: python-treq: Update to 24.9.1.

* gnu/packages/python-web.scm (python-treq): Update to 24.9.1.
[build-system]: Swap to pyproject-build-system.
[propagated-inputs]: Remove python-idna and python-service-identity; add
python-hyperlink and python-typing-extensions.
[native-inputs]: Add python-httpbin, python-pytest,
python-service-identity, python-setuptools, and python-wheel.

Change-Id: I1311624a0d192a26ece9f7e00530ae9ba1381d61
3722cb15 — Sharlatan Hellseher 1 year, 1 month ago
gnu: python-txtorcon: Update to 24.8.0.

Reported in #75979 by bdju <bdju@tilde.team>.

Test suite failed to complete successfully, this change refreshes
version and simplify package.

* gnu/packages/python-crypto.scm: Add (gnu packages lsof).
(python-txtorcon): Update to 24.8.0.
[build-system]: Swap to pyproject-build-system.
[arguments] <phases>: Remove 'disable-failing-tests.
[inputs]: Add lsof.
[native-inputs]: Remove python-mock; add python-pytest,
python-setuptools, and python-wheel.

Change-Id: I26bc9bb1040b4e4408405e40db108a38e674df81
4fa41a04 — Ashish SHUKLA 1 year, 4 months ago
gnu: fossil: Update to 2.25.

* gnu/packages/version-control.scm (fossil): Update to 2.25.
[source]: switch to a simpler tarball URL.
[arguments]<configure-flags>: Add flag to enable JSON support.

Change-Id: I644dff44ce96d7f42e92cdbc994c4096ac55bf10
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
gnu: Add ghosthop.

* gnu/packages/games.scm (ghosthop): New variable.

Change-Id: I45867f844517666cb123b1d05a140c0ae8528e79
Next