fix(steps-guix): add avahi-0.8 before guile-avahi to provide avahi-client

This commit is contained in:
vxtls 2026-02-28 09:10:56 -05:00
parent 95b34d3049
commit 6762e8b259
5 changed files with 78 additions and 0 deletions

View 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
}

View file

@ -0,0 +1 @@
g https://github.com/TaylanUB/scheme-bytestructures.git~v2.0.2 https://github.com/TaylanUB/scheme-bytestructures/archive/refs/tags/v2.0.2.tar.gz b0681daa006c80efd2fce5dc174ac439d44be8a9c2e70938e497efad08cd5659 scheme-bytestructures-v2.0.2.tar.gz