gnu: dcmtk: Update to 3.6.9.
* gnu/packages/image-processing.scm (dcmtk): Update to 3.6.9.
[source]: Switch to git-fetch.
Change-Id: I1316f86bb739caf1119d875bcaafebf200664b3a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add emacs-elisp-def.
* gnu/packages/emacs-xyz.scm (emacs-elisp-def): New variable.
Change-Id: Id666026eb39a5589fe05e02eba27deeb9439fbe3
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
gnu: Add emacs-mlscroll.
* gnu/packages/emacs-xyz.scm (emacs-mlscroll): New variable.
Change-Id: I0342920f8398e124246b99917d75c9fdfa1e166a
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
gnu: Add emacs-form-feed-st.
* gnu/packages/emacs-xyz.scm (emacs-form-feed-st): New variable.
Change-Id: I8411f119c6074bc18f4a263d38037e8e2d7feeee
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
gnu: Add bcachefs-linux-module.
* gnu/packages/file-systems.scm (bcachefs-linux-module): New variable.
Change-Id: Ib0e9ff3ba121d3b45c3f79b2acd31782ea93dc6c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: exim: Enable forward and reverse proxy.
* gnu/packages/mail.scm (exim): Uncomment flags to enable forward and reverse
proxy transport options.
Change-Id: Ibac2f769159de497bb501a90feb562e1f2ff3586
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Fix licenses for ROCm packages.
* gnu/packages/rocm.scm (roct-thunk-interface): Add license:expat to license
list.
(rocm-opencl-runtime, rocm-bandwidth-test): Change license from license:ncsa
to license:expat.
Change-Id: I48606874954a420c3afa950f7943f3d3bde10091
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add amd-smi.
* gnu/packages/rocm.scm (make-esmi-source, %e-smi-version-for-rocm,
e-smi-for-amd-smi, amd-smi): New variables.
* gnu/packages/patches/amd-smi-python.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: Idaba3d36e11457eaf08d1989fac653853c840f95
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
graph: graphml backend: simplification
I don't see the necessity of this string-replace-substring/object->string
dance and the result is ill-formed with another node type than package.
* guix/graph.scm (emit-graphml-node): simplfify.
(emit-graphml-edge): simplify.
Change-Id: If7520a9829ad5f6ebcc5357b201ab58d6e43b735
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: tecoc: New package.
* gnu/packages/text-editors.scm(tecoc): New variable.
Change-Id: I6529022c5fa183aa91de51af45ea1bd3aeb24bfd
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
gnu: guile-drmaa: Fix build.
This was broken with the nyacc package changed.
* gnu/packages/guile-xyz.scm (guile-drmaa):[propagated-inputs]: Use
nyacc-1.08.1.
Change-Id: I98fc0b299a5c57f3b15df53f4facc4a401ed6c42
gnu: parallel: Separate out the doc directory.
* gnu/packages/parallel.scm (parallel)[outputs]: Add doc.
[arguments]: Add configure-flags.
Change-Id: I3a3e57a60d4e2089be9a04505f1756ccbb2300ce
gnu: parallel: Update to 20251122.
* gnu/packages/parallel.scm (parallel): Update to 20251122.
Change-Id: I3c8c01b46ec01a23522847888c0005b6dc02656d
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu: python-invoke: Update to 2.2.1.
* gnu/packages/python-xyz.scm (python-invoke): Update to 2.2.1.
Change-Id: I561645f4cc4eba0c37e2a80897b964e83d087acb
gnu: python-invoke: Workaround a recent regression with entry points.
This works around a recent regression introduced in the
pyproject-build-system.
* gnu/packages/python-xyz.scm (python-invoke) [#:phases]
{fix-entry-points}: New phase.
Change-Id: I4a9bd3bd57cfbff1bb9e7a6b4c29e781065bd586
gnu: python-sphinx-sitemap: Switch to pyproject.
* gnu/packages/sphinx.scm (python-sphinx-sitemap):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.
[description]: Improve style.
Change-Id: I5dd05e231fb290df38f4d06a64e8565e83d20888
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-sphinx-theme-builder: Switch to pyproject.
* gnu/packages/sphinx.scm (python-sphinx-theme-builder):
[build-system]: Switch to pyproject-build-system.
[arguments]: Drop them.
Change-Id: Ic01a4787b9ac696e1995f1debf585babcd2be0eb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-sphinxcontrib-autoprogram: Update to 0.1.9.
* gnu/packages/sphinx.scm (python-sphinxcontrib-autoprogram): Update to 0.1.9.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.
Change-Id: I84abe2d46dc0a080a678d71e69aa749570152dd4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-sphinx-autobuild: Update to 2025.08.25.
* gnu/packages/sphinx.scm (python-sphinx-autobuild): Update to 2025.08.25.
[source]: Switch to git-fetch.
[propagated-inputs]: Add python-starlette, python-uvicorn,
python-watchfiles, python-websockets.
[native-inputs]: Add python-httpx.
Change-Id: Ieac2da4f9bec9d5ee588376bcc45105c2005a8cb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>