~ruther/guix-local

8c56ab99 — Ricardo Wurmus 2 years ago
gnu: Add python-benchmark-4dn.

* gnu/packages/python-xyz.scm (python-benchmark-4dn): New variable.
b37925ec — Efraim Flashner 2 years ago
gnu: xterm: Update to 384.

* gnu/packages/xorg.scm (xterm): Update to 384.
7083f2cf — Efraim Flashner 2 years ago
gnu: keepassxc: Update to 2.7.6.

* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.6.
6f30e5b3 — Efraim Flashner 2 years ago
gnu: git-annex: Update to 10.20230828.

* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20230828.
695df753 — Efraim Flashner 2 years ago
gnu: wl-clipboard: Update to 2.2.1.

* gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.2.1.
15c5f1a2 — Janneke Nieuwenhuizen 2 years ago
self: Compile guix-packages-base in chunks of 10 files.

This fixes or greatly increases the chances for `guix pull' to succeed on the
Hurd, see <https://issues.guix.gnu.org/65456>.

* guix/self.scm (compiled-modules)[process-directory]: Move hardcoded size to
keyword parameter #:size.  Set it to 10 when compiling "guix-packages-base".
7841a624 — Janneke Nieuwenhuizen 2 years ago
maint: Add gdk-pixbuf to native Hurd manifest.

Gdk-pixbuf is a dependency for `guix system reconfigure' and currently also
needs an unreleased glibc patch in order to build.

* etc/hurd-manifest.scm: Add gdk-pixbuf to manifest.
3d8d67ef — Simon South 2 years ago
gnu: Add asl.

* gnu/packages/assembly.scm (asl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
90f65b58 — Attila Lendvai 2 years ago
gnu: Add netperf.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1fa438fd — Hendursaga 2 years ago
gnu: Add alure.

* gnu/packages/audio.scm (alure): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
429a543d — Andy Tai 2 years ago
gnu: tensorflow-lite: Update to 2.13.0.

* gnu/packages/machine-learning.scm: (tensorflow-lite):
Update to 2.13.0
[inputs]: Add gemmlowp
[native-inputs]: Remove gemmlowp-src
* gnu/packages/patches/tensorflow-lite-unbundle.patch: New file
* gnu/local.mk (dist_patch_DATA): Add it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
9f0c9f90 — Kjartan Oli Agustsson 2 years ago
gnu: Add commit-patch.

* gnu/packages/version-control.scm (commit-patch): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5e0ae268 — Ludovic Courtès 2 years ago
services: hurd-vm: Use ‘qemu-system-x86_64’.

Fixes <https://issues.guix.gnu.org/66053>.

* gnu/services/virtualization.scm (hurd-vm-shepherd-service)[vm-command]:
Use ‘qemu-system-x86_64’.
a839bb97 — Ludovic Courtès 2 years ago
doc: Fix typo.

* doc/guix.texi (Specifying Channel Authorizations): Remove extra
hyphen.
7bf12820 — Janneke Nieuwenhuizen 2 years ago
maint: Support `guix shell' in Guix's git archive with manifest.scm.

* manifest.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
* doc/contributing.texi (Building from Git): Mention using it.
a515f8b1 — Efraim Flashner 2 years ago
gnu: tor: Update to 0.4.8.6.

* gnu/packages/tor.scm (tor): Update to 0.4.8.6.
[source]: Remove patch.
* gnu/packages/patches/tor-remove-defensive-assert.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
926a79a8 — Efraim Flashner 2 years ago
gnu: julia-deepdiffs: Skip tests.

* gnu/packages/julia-xyz.scm (julia-deepdiffs)[arguments]: Skip the test
suite.
71ec12d8 — Tobias Geerinckx-Rice 2 years ago
gnu: ocl-icd: Delete dubiously deprecated duplicate definition.

This follows up on commit 3341b22f594398b3aa3ff930d99b74a78abd1a30 which
re-added ocl-icd.  opencl-icd-loader is a different, incompatible package.

* gnu/packages/opencl.scm (ocl-icd): Remove duplicate variable.
3d9ebc7b — Dr. Arne Babenhauserheide 2 years ago
gnu: icecat: Update to 102.15.1 [security fixes].

This fixes fix mfsa2023-40, a critical webp vulnerability.
See https://www.mozilla.org/en-US/security/advisories/mfsa2023-40/

* gnu/packages/gnuzilla.scm (%icecat-base-version, icecat-source):
Update to 102.15.1.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
a749ae38 — Efraim Flashner 2 years ago
gnu: julia-forwarddiff: Update to 0.10.36.

* gnu/packages/julia-xyz.scm (julia-forwarddiff): Update to 0.10.36.
[propagated-inputs]: Add julia-logexpfunctions.
Next