mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05: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
b37ab28401
commit
72b7ea416b
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ (define code
|
|||
(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