~ruther/guix-local

30ff8d16 — Tobias Geerinckx-Rice 2 years ago
gnu: dolphin-emu: Remove input labels.

* gnu/packages/emulators.scm (dolphin-emu)[native-inputs]:
Remove input labels.
e82a2337 — Tobias Geerinckx-Rice 2 years ago
gnu: pfetch: Update to 0.7.0-1.a906ff8.

* gnu/packages/admin.scm (pfetch): Update to 0.7.0-1.a906ff8.
[arguments]: Don't explicitly return #t from phases.
e05c225f — Felix Lechner 2 years ago
gnu: Add wasm-micro-runtime.

* gnu/packages/web.scm (wasm-micro-runtime): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
6bd17a08 — Mathieu Othacehe 2 years ago
image: Do not allow BIOS bootloader and GPT.

When using grub-bootloader with a GPT image, GRUB will fail during
installation with a cryptic error message.

* gnu/system/image.scm (system-disk-image): Raise an error when trying to use
a non-EFI compatible bootloader with a GPT image partitioning.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
e5ed1712 — Mathieu Othacehe 2 years ago
image: Introduce the mbr-hybrid-raw image type.

Until 209204e23b39af09e0ea92540b6fa00a60e6a0ae and
d57cab764122af69d52d8cc9c843456044e5d7bc, the default image type used by "guix
system image" was an MBR image with an ESP partition.

Having both an MBR image and an ESP partition is handy because the image will
boot on most x86 based systems using legacy BIOS and/or UEFI.

We now have a distinction between MBR images and EFI images. Introduce a new
MBR hybrid image type and default to it to restore the default behaviour.

This also fixes the images section of (gnu ci) that was trying to install a
BIOS bootloader on an EFI, GPT image and failing to do so.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
00a1ee15 — Efraim Flashner 2 years ago
gnu: %gcc-11-x86_64-micro-architectures: Correct some values.

* gnu/packages/gcc.scm (%gcc-11-x86_64-micro-architectures): Correct the
values for the psABI micro-architectures.
7a2ee852 — Efraim Flashner 2 years ago
gnu: wfmash: Update to 0.10.5.

* gnu/packages/bioinformatics.scm (wfmash): Update to 0.10.5.
[source]: Update to changes in source code.
[arguments]: Add configure-flag to enable more features.
[native-inputs]: Add pkg-config.
4b3b2e63 — Ricardo Wurmus 2 years ago
gnu: Add python-tibanna.

* gnu/packages/web.scm (python-tibanna): New variable.
c5cf47cc — Ricardo Wurmus 2 years ago
gnu: Add python-lambda-4dn.

* gnu/packages/web.scm (python-lambda-4dn): New variable.
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>
Next