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
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

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))))