fix(guix): set FHS local state path for daemon socket

This commit is contained in:
vxtls 2026-03-08 19:37:19 -04:00
parent 49537b4100
commit aa72935a6f
3 changed files with 9 additions and 3 deletions

View file

@ -205,6 +205,8 @@ src_configure() {
./configure \
--prefix="${PREFIX}" \
--libdir="${LIBDIR}" \
--sysconfdir=/etc \
--localstatedir=/var \
--host="${host_triplet}" \
--build="${host_triplet}"
}