1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: guix: Add run-time dependency on Guile-Lib.

This is a followup to 02e2e093e8, which
added Guile-Lib as an input but did not add it to the wrapper's search
path.

* gnu/packages/package-management.scm (guix)[arguments]: In
'wrap-program' phase, add GUILE-LIB to DEPS.
This commit is contained in:
Ludovic Courtès
2021-05-04 14:04:39 +02:00
parent b37ab28401
commit 72b7ea416b

View File

@@ -317,7 +317,7 @@ $(prefix)/etc/openrc\n")))
(gnutls (assoc-ref inputs "gnutls"))
(locales (assoc-ref inputs "glibc-utf8-locales"))
(deps (list gcrypt json sqlite gnutls git
bs ssh zlib lzlib zstd))
bs ssh zlib lzlib zstd guile-lib))
(deps* ,@(if (%current-target-system)
'(deps)
'((cons avahi deps))))