~ruther/guix-local

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
d9ea94dc — Hilton Chain 1 year, 1 month ago
system: skeleton-directory: Create parent directory for target.

This allows specifying the following skeleton, for example:
--8<---------------cut here---------------start------------->8---
`((".config/test.txt" ,[...])
--8<---------------cut here---------------end--------------->8---

* gnu/system/shadow.scm (skeleton-directory): Create parent directory for
target.

Change-Id: I49649000bd6cdab9060f057b47a5122b17027f10
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>
98efb6c7 — Romain GARBAGE 1 year, 1 month ago
tests: Improve guix-pack-relocatable.sh.

This patch fixes a regression introduced by c9abfacd9f.
See https://issues.guix.gnu.org/76240#2.

* tests/guix-pack-relocatable.sh (tarball): Improve flaky test.

Change-Id: Ife1cbe6b6b9a22f2442e4ecb3a093c4b874bc4e1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a9d74236 — Romain GARBAGE 1 year, 1 month ago
pack: Don't export properties when SAVE-PROVENANCE is not set.

* guix/scripts/pack.scm (guix-pack): Don't export properties when SAVE-PROVENANCE is not set.

Change-Id: I956721d1238631451758057a7c9cf13e2da7c59a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Modified-by: Ludovic Courtès <ludo@gnu.org>
cbe9eb7c — Romain GARBAGE 1 year, 1 month ago
profiles: Allow modification of package properties in packages->manifest.

* guix/profiles.scm (packages->manifest): Allow modification of package properties.

Change-Id: Ie666290f49ed72b74833c503e6f41b0a0404bb43
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Modified-by: Ludovic Courtès <ludo@gnu.org>
Next