live-bootstrap/steps-guix/manifest
vxtls 6c2fd501ed feat(steps-guix): add default libgpg-error-1.59 build script
feat(steps-guix): add libgcrypt-1.12.1 default build with gcc-detected host and pkg-config path
feat(steps-guix): add guile-gcrypt-0.5.0 with dynamic libgcrypt prefix and ld library path
2026-02-23 11:28:40 -05:00

16 lines
449 B
Text

# SPDX-License-Identifier: GPL-3.0-or-later
#
# Guix extension manifest. Runs after main /steps manifest when BUILD_GUIX_ALSO=True.
# We need a 64-bit kernel to enable Guix to run 64-bit programs.
build: binutils-2.41
build: gcc-15.2.0
build: argp-standalone-1.4.1
build: musl-fts-1.2.7
build: musl-obstack-1.2.3
build: elfutils-0.194
build: linux-6.12.74
improve: linux64
build: libgpg-error-1.59
build: libgcrypt-1.12.1
build: guile-gcrypt-0.5.0