mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
10 lines
310 B
Text
10 lines
310 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: elfutils-0.194
|