mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
feat(steps-guix): add guile-semver dependency required by guix before bootstrap binaries
This commit is contained in:
parent
5d1289345b
commit
be9b32beae
3 changed files with 32 additions and 0 deletions
30
steps-guix/guile-semver-0.2.0/pass1.sh
Executable file
30
steps-guix/guile-semver-0.2.0/pass1.sh
Executable file
|
|
@ -0,0 +1,30 @@
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
local host_triplet pkg_config_path
|
||||||
|
host_triplet="$(gcc -dumpmachine)"
|
||||||
|
pkg_config_path="${LIBDIR}/pkgconfig"
|
||||||
|
|
||||||
|
PATH="${PREFIX}/bin:/usr/bin:/bin" \
|
||||||
|
PKG_CONFIG_LIBDIR="${pkg_config_path}:${PREFIX}/lib/pkgconfig" \
|
||||||
|
PKG_CONFIG_PATH="${pkg_config_path}:${PREFIX}/lib/pkgconfig" \
|
||||||
|
LD_LIBRARY_PATH="${LIBDIR}:${LD_LIBRARY_PATH}" \
|
||||||
|
./configure \
|
||||||
|
--prefix="${PREFIX}" \
|
||||||
|
--libdir="${LIBDIR}" \
|
||||||
|
--host="${host_triplet}" \
|
||||||
|
--build="${host_triplet}"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
default_src_compile
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
default_src_install
|
||||||
|
}
|
||||||
1
steps-guix/guile-semver-0.2.0/sources
Normal file
1
steps-guix/guile-semver-0.2.0/sources
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
g https://codeberg.org/daym/guile-semver.git~607ca84c24b8950fdb5aca73e9d53d924e49fc24 https://codeberg.org/daym/guile-semver/archive/607ca84c24b8950fdb5aca73e9d53d924e49fc24.tar.gz 1fc65e623be753b711db5327ea3992d58c22f0641c6473d5bc1057f321144141 guile-semver-607ca84c24b8950fdb5aca73e9d53d924e49fc24.tar.gz
|
||||||
|
|
@ -42,6 +42,7 @@ build: avahi-0.8
|
||||||
build: guile-avahi-0.4.1
|
build: guile-avahi-0.4.1
|
||||||
build: guile-git-0.10.0
|
build: guile-git-0.10.0
|
||||||
build: guile-json-4.7.3
|
build: guile-json-4.7.3
|
||||||
|
build: guile-semver-0.2.0
|
||||||
# End of Guix Dependencies
|
# End of Guix Dependencies
|
||||||
# Build Guix Bootstrap seeds (All flowing must be static)
|
# Build Guix Bootstrap seeds (All flowing must be static)
|
||||||
# Build static-binaries-0-i686-linux.tar.xz
|
# Build static-binaries-0-i686-linux.tar.xz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue