~ruther/guix-local

ref: 04f4345a5be6f72cfd454cc73924003be04b9767 guix-local/gnu/packages d---------
04f4345a — Vagrant Cascadian 1 year, 1 month ago
gnu: Add lcagent.

* gnu/packages/networking.scm (lcagent): New variable.

Change-Id: Ibeed019c488cadd25e5ce67dd73e095c4552ac4f
b59e9527 — Vagrant Cascadian 1 year, 1 month ago
gnu: librecast: Update to 0.11.2.

* gnu/packages/networking.scm (librecast): Update to 0.11.2.
332758dd — Janneke Nieuwenhuizen 1 year, 1 month ago
Revert "gnu: libgit2: Update to 1.9.1."

This breaks the [cross-]build for the Hurd.

This reverts commit 246e564e5841f50ce1ad447deef5bc3a32b17cd7.
9b044b71 — Sharlatan Hellseher 1 year, 1 month ago
gnu: Add exercism-cli.

Fixes guix/guix#858.

* gnu/packages/education.scm (exercism-cli): New variable.

Change-Id: I49008ebec63129af52c279ff664ef82788e28d3a
d88f85f5 — Sharlatan Hellseher 1 year, 1 month ago
gnu: exercism: Update to 3.5.5.

* gnu/packages/education.scm (exercism): Update to 3.5.5.
[native-inputs]: Add go-github-com-stretchr-testify.

Change-Id: Ib6bc8fc7c92dae79373a7971258be7a4ee780349
0842b49f — Sharlatan Hellseher 1 year, 1 month ago
gnu: exercism: Improve package.

* gnu/packages/education.scm (exercism): Apply G-expressions. Move all
inputs to native-inputs.

Change-Id: I9fc0956a5403abb5d1dc1adaad1c35f6089bb67d
444f93eb — Eric Bavier 1 year, 2 months ago
gnu: Update edbrowse to 3.8.12.

* gnu/packages/web-browsers.scm (edbrowse): Update to 3.8.12.
[source]: Update repository url from redirect.

Change-Id: I0ec24bb665740301353eb851e43958067c3939bc
gnu: trealla: Update to 2.76.1.

* gnu/packages/prolog.scm (trealla): Update to 2.76.1.

Change-Id: I290cae5d3185a6a431a78f280099e2b2b99b180c
gnu: Add clasp-symbol-munger.

* gnu/packages/lisp-xyz.scm (clasp-symbol-munger): New variable.

Change-Id: Ide86138673e1c1dd81206f422a7f4b4ea543a7f2
gnu: Add clasp-optima.

* gnu/packages/lisp-xyz.scm (clasp-optima): New variable.

Change-Id: Id8b8f0c602be0e0a3ec516e2c1612638c4564abf
gnu: Add clasp-iterate.

* gnu/packages/lisp-xyz.scm (clasp-iterate): New variable.

Change-Id: I7cb6e57ebd5dcc29a13b0587ca429e7cb396194d
gnu: clasp-flexi-streams: Add todo comment.

* gnu/packages/lisp-xyz.scm (clasp-flexi-streams): Add todo comment.

Change-Id: I0af33e22b5feca219c733b0d0c5d8f50da2e84d9
c1aa1384 — Zheng Junjie 1 year, 1 month ago
gnu: copyq: Update to 10.0.0.

* gnu/packages/xdisorg.scm (copyq): Update to 10.0.0.
[build-system]: switch to qt-build-system.
[arguments]: set #:qtbase to qtbase.
<#:configure-flags>: Add -DWITH_QT6=ON.
[inputs]: Remove qtbase-5, qtscript, qtsvg-5, qtx11extras, qtdeclarative-5,
qtwayland-5, and knotifications-5; add libxkbcommon, qtsvg,
qtdeclarative, qtwayland, knotifications, and kstatusnotifieritem.
[native-inputs]: Remove qttools-5; add pkg-config and qttools.

Change-Id: I479a6a889360bb141b5e1f5e33441ed3a55798d5
gnu: Remove no-longer needed cross-binutils patch.

This patch landed upstream in Binutils 2.41. It has also been dropped
from Debian in
https://salsa.debian.org/mingw-w64-team/binutils-mingw-w64/-/commit/1c70e29cafe59e1f099a546ae157eef62bbab0e6.

* gnu/packages/cross-base.scm (cross-binutils*): Remove
  binutils-mingw-w64-timestamp.patch.
* gnu/packages/patches/binutils-mingw-w64-timestamp.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove
  binutils-mingw-w64-timestamp.patch reference.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4fec118c — David Elsing 1 year, 1 month ago
gnu: xnnpack: Remove remaining autogenerated files.

Fixes a regression introduced in 95ca1a54493279a146ace2410d78062fa4e091de.

* gnu/packages/machine-learning.scm (xnnpack)[source]<snippet>: Remove
autogenerated files in "bench".

Change-Id: I3874fe1fe4b6dcad7255d75313bc8639d483bf31
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
246e564e — Ashish SHUKLA 1 year, 1 month ago
gnu: libgit2: Update to 1.9.1.

* gnu/packages/version-control.scm (libgit2-1.9): Update to 1.9.1.

Change-Id: Iaf5fa7d0c21e225b1d4f1894e68035e3b6fe24df
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
391b9439 — Matthew Elwin 1 year, 1 month ago
gnu: Add orocos-kinematics-dynamics.

* gnu/packages/engineering.scm (orocos-kinematics-dynamics): New variable.

Change-Id: I328a393e22300cfa77f809c351d2f421b6d2fbbe
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
53b23512 — Jake Forster 1 year, 1 month ago
gnu: hdf5: Fix paths in hdf5-config.cmake.

Fixes: guix/guix#683

Passing an absolute path to -DHDF5_INSTALL_CMAKE_DIR causes the
variable @PACKAGE_SHARE_INSTALL_DIR@ in
config/install/hdf5-config.cmake.in to expand to a path that includes
${PACKAGE_PREFIX_DIR} twice in the generated hdf5-config.cmake.

* gnu/packages/maths.scm (hdf5) [arguments]
<#:configure-flags>: Change -DHDF5_INSTALL_CMAKE_DIR from absolute
path to relative path.

Change-Id: I0c793ad63a4a3d930a560a5094e08f2384f43b38
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
09a82860 — Zheng Junjie 1 year, 1 month ago
gnu: xorriso: Use G-expressions.

* gnu/packages/cdrom.scm (xorriso)[arguments]: Use G-expressions.

Change-Id: Iea2c5805624b4f5858eb8dab9ee22e8fdbe6178c
8d39268b — Zheng Junjie 1 year, 1 month ago
gnu: xorriso: Fix cross-compiling to riscv64-linux.

Fixes: guix/guix#740

* gnu/packages/cdrom.scm (xorriso)[native-inputs]: When target riscv64-linux,
add config.
[arguments]: When native-inputs have CONFIG, add update-config-scripts phase.

Change-Id: I1943c88abf5e6aeee4fb24b171c8732f5e9a58f0
Next