mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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:
parent
7593d1b4b8
commit
55f7cd701c
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue