~ruther/guix-local

737e58d7 — Nicolas Graves 5 months ago
gnu: lfs-s3: Update to 0.2.1.

* gnu/packages/version-control.scm (lfs-s3): Update to 0.2.1.
[home-page]: Refresh it.
[source]: Improve style.
[propagated-inputs]: Add go-github-com-klauspost-compress.

Change-Id: Ibbb13b3cdf1250ca64c34edaba09ac2a40c66b06
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1961dd6a — Artyom V. Poptsov 4 months ago
gnu: tla: Modernize the package.

* gnu/packages/version-control.scm (tla): Modernize the package.
[source]<snippet>: Don't return #t.
[arguments]<#:phases>: Use GEXPs.

Change-Id: I80e18380ae0c1f73515ef1e7943793fc0c38eeb2
394c8ae6 — Artyom V. Poptsov 4 months ago
gnu: tla: Fix build.

* gnu/packages/version-control.scm (tla): Fix build by switching to GCC 10.
[native-inputs]: Add gcc-10.

Change-Id: I4dcb2b7a5bd7fa5321b3df992fd7021d30f1e9e7
624e1f04 — Raven Hallsby 5 months ago
gnu: Add editorconfig-checker.

* gnu/packages/text-editors.scm (editorconfig-checker): New variable.

Change-Id: I1131e6bfa0d6a0e2c3b90dd2d8e5789431862a99
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
366d1d83 — Raven Hallsby 5 months ago
gnu: Add go-github-com-editorconfig-core-go-v2.

* gnu/packages/text-editors.scm (go-github-com-editorconfig-core-go-v2): New variable.

Change-Id: If7bdced0087ffc0776395a67781f961f396a4450
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
78d4de01 — Raven Hallsby 5 months ago
gnu: Add go-github-com-gkampitakis-go-snaps.

* gnu/packages/golang-check.scm (go-github-com-gkampitakis-go-snaps): New variable.

Change-Id: I7efe0b569cf5e8b7465887f71294e2bdb33b4a54
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
a5ab3a39 — Raven Hallsby 5 months ago
gnu: Add go-github-com-maruel-natural.

* gnu/packages/golang-xyz.scm (go-github-com-maruel-natural): New variable.

Change-Id: I629048bf802ab509dad2078379ccd747950a8190
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
dbe39aa5 — Raven Hallsby 5 months ago
gnu: Add go-github-com-baulk-chardet.

* gnu/packages/golang-xyz.scm (go-github-com-baulk-chardet): New variable.

Change-Id: Ic9229d6c29702eaa8c34d8e4dec7b5e977094f26
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
87b7252f — Raven Hallsby 5 months ago
gnu: Add go-github-com-gkampitakis-ciinfo.

* gnu/packages/golang-check.scm (go-github-com-gkampitakis-ciinfo)
(go-ciinfo): New variables.

Change-Id: Ib1001012ff0ac424600a4713122807be29bde19b
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
853c962f — Artyom V. Poptsov 4 months ago
gnu: bonnie++: Update to 2.00a.

* gnu/packages/benchmark.scm (bonnie++): Update to 2.00a.

Change-Id: Iceb4212a5699ac6c2642e2d41eddd5a0dd37dc84
b0718088 — Artyom V. Poptsov 4 months ago
gnu: bonnie++: Fix build.

* gnu/packages/benchmark.scm (bonnie++): Fix build by switching to GCC 10.
[native-inputs]: Add gcc-10.

Change-Id: I222a8c14abab16481a9873432738eead9ae49d5d
gnu: trealla: Update to 2.84.12.

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

Change-Id: I38fabf1237e323fd7864062110b76ba5a4b75ba3
0ef4d33d — Congcong Kuo 5 months ago
daemon: Fix compilation error while using Zig (LLVM)

* nix/libstore/build.cc (guestUID, guestGID): Rename to 'defaultGuestUID' and
'defaultGuestGID' respectively.
(initializeUserNamespace, DerivationGoal::startBuilder): Rename references to
variables accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9d5f3c6b — Nigko Yerden 5 months ago
gnu: supertuxkart: Remove gcc@14 compatibility build phase.

gnu/packages/games.scm (supertuxkart)[arguments]{#:phases}:
remove 'gcc14 phase.

Change-Id: I4fddc2ebfa5a34f8589840874b410cb62bc01247
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a269b44d — Nigko Yerden 5 months ago
gnu: supertuxkart: Update to 1.5.

* gnu/packages/games.scm (%supertuxkart-version): Update to 1.5.
(supertuxkart-data)[version]: Update "commit" to 18621.
(supertuxkart)[native-inputs]: Add shaderc.

Change-Id: Ief59d2b31f0464d31cd1e958ee2c97d9df36687b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
09014b57 — Fredrik Salomonsson 5 months ago
installer: Add Sway as an option in the Desktop environment page.

* gnu/installer/services.scm (%system-services): desktop-environment for sway
and its minimal companion packages.
* gnu/tests/install.scm (installation-target-desktop-os-for-gui-tests): Add
sway and its companion packages to operating-system packages.

Change-Id: I22f4cb67752ce1a15009680a1ba081fae129d45a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3b9d0e0e — gnuphilic 4 months ago
inferior: Fix cached-channel-instance utime call and return value.

This fixes a bug introduced in 529dce6e98c22f00052df231414bca4f86e02094 where
the utime procedure would just get a procedure rather than the actual file.

* inferior.scm (cached-channel-instance):
  Use (cached commit) let-bound to cached-directory instead as value
  to utime and return-value.

Fixes: guix/guix#4042
Change-Id: Ibe7fb78fa68292d70e3bbe4ab9234757510cc539
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
824de8a3 — Ayan Das 5 months ago
gnu: python-av: Re-enable deselected tests.

* gnu/packages/python-xyz.scm (python-av): Drop the deselection of
  Chapter and Packet side-data tests now that python-av-testdata provides
  the required samples; keep the dash IO exclusion.
  [arguments] <test-flags>: Update comment accordingly.
* gnu/packages/python-xyz.scm (python-av-testdata): Add the required FATE
  samples.

Change-Id: I0c3c35ffd37403dcbe3e698c1d9fe9f3c3b44f5c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
c92f9834 — Ayan Das 5 months ago
gnu: python-torchmetrics: Update to 1.8.2.

* gnu/packages/machine-learning.scm (python-torchmetrics): Update to 1.8.2.
  [source]: Update hash.

Change-Id: I95df5598ae30528cae7c2c10d6695decb06647e7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
f32ba70c — Ayan Das 5 months ago
gnu: python-botorch: Update to 0.16.0.

* gnu/packages/machine-learning.scm (python-botorch): Update to 0.16.0.
  [source]: Switch upstream URL to meta-pytorch; update hash.
  [arguments]: In #:test-flags, skip tests that mock
  fmin_l_bfgs_b_batched (not imported with SciPy<1.13):
  test_emsemble_map_saas, test_negative_fixed_features.  Also ignore
  test_community/ (requires optional 'pfns').
  [native-inputs]: Drop python-wheel.

Change-Id: I8249ef0730bd6f6849dc515fbafa8068bf0bfe9a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Next