mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: guix-daemon: Add dependency on Guile-Gcrypt.
This is a followup to 53166aec98
, which
made Guile-Gcrypt a hard dependency.
* gnu/packages/package-management.scm (guix-daemon)[inputs]: Add
GUILE-GCRYPT.
This commit is contained in:
parent
7903f00a74
commit
3b0153bd82
1 changed files with 1 additions and 0 deletions
|
@ -317,6 +317,7 @@ (define-public guix-daemon
|
|||
(inputs
|
||||
`(("gnutls" ,gnutls)
|
||||
("guile-git" ,guile-git)
|
||||
("guile-gcrypt" ,guile-gcrypt)
|
||||
,@(fold alist-delete (package-inputs guix)
|
||||
'("boot-guile" "boot-guile/i686" "util-linux"))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue