gnu: Add lcagent.
* gnu/packages/networking.scm (lcagent): New variable.
Change-Id: Ibeed019c488cadd25e5ce67dd73e095c4552ac4f
gnu: librecast: Update to 0.11.2.
* gnu/packages/networking.scm (librecast): Update to 0.11.2.
gnu: Add exercism-cli.
Fixes guix/guix#858.
* gnu/packages/education.scm (exercism-cli): New variable.
Change-Id: I49008ebec63129af52c279ff664ef82788e28d3a
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
gnu: exercism: Improve package.
* gnu/packages/education.scm (exercism): Apply G-expressions. Move all
inputs to native-inputs.
Change-Id: I9fc0956a5403abb5d1dc1adaad1c35f6089bb67d
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
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
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: 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>
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>
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>
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>
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>