~ruther/guix-local

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>
6cf105eb — Romain GARBAGE 1 year, 1 month ago
profiles: Rename default-properties function and expose it.

* guix/profiles.scm: Expose default-package-properties.
(default-package-properties, package->manifest-entry):
Rename default-properties.

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>
1ee29113 — Reepca Russelstein 1 year, 1 month ago
daemon: Fix build of spawn.cc for non-Linux and newer GCC.

* nix/libutil/spawn.cc: Include <fcntl.h> and <cstdint>.
(cloneChild): Wrap body in #if CLONE_ENABLED.

Change-Id: I0be7e6dbe80ac2f7022793149472270a4e49d23c
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
b8c464af — Zheng Junjie 1 year, 1 month ago
machine: hetzner: Fix machine bootstrap.

* gnu/machine/hetzner.scm (hetzner-machine-bootstrap-os-form): Use
dhcp-client-service-type here.

Change-Id: I4a3fd4ac598ea0b19cc81146de1f07fa256199b7
Signed-off-by: Hilton Chain <hako@ultrarare.space>
b2b39852 — Simon Tournier 1 year, 1 month ago
.forgejo: bug-reporting: Reword.

* .forgejo/issue_template/bug-reporting.md: Minor tweaks.

Change-Id: Ic0982189670884eefe8404eac28dc3b891e5b348
Signed-off-by: Hilton Chain <hako@ultrarare.space>
31abc627 — Simon Tournier 1 year, 1 month ago
.forgejo: pull_request_template: Reword.

* .forgejo/pull_request_template.md: Revamp the sections.

Change-Id: I509368b6d6a7b8f88e657e6e7770b2f48e23d906
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
Next