mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: apr-util: Add libxcrypt dependency.
* gnu/packages/apr.scm (apr-util): Add libxcrypt dependency. Change-Id: I1ce71366fee7559f669ee6ede0b2328cf77bd337
This commit is contained in:
committed by
Ludovic Courtès
parent
5eca35f7eb
commit
650bab377e
@@ -101,7 +101,7 @@ around or take advantage of platform-specific deficiencies or features.")
|
||||
"1dbjjwyfqvq7xa7xsxq2rv0clkwsmna2j12575n34ih7f7ipc454"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list apr))
|
||||
(list apr libxcrypt))
|
||||
(propagated-inputs
|
||||
(list expat))
|
||||
(arguments
|
||||
|
||||
Reference in New Issue
Block a user