mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: apr-util: Add libxcrypt dependency.
* gnu/packages/apr.scm (apr-util): Add libxcrypt dependency. Change-Id: I1ce71366fee7559f669ee6ede0b2328cf77bd337
This commit is contained in:
parent
5eca35f7eb
commit
650bab377e
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ (define-public apr-util
|
|||
"1dbjjwyfqvq7xa7xsxq2rv0clkwsmna2j12575n34ih7f7ipc454"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list apr))
|
||||
(list apr libxcrypt))
|
||||
(propagated-inputs
|
||||
(list expat))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue