mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20: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"))))
|
"1dbjjwyfqvq7xa7xsxq2rv0clkwsmna2j12575n34ih7f7ipc454"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list apr))
|
(list apr libxcrypt))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list expat))
|
(list expat))
|
||||||
(arguments
|
(arguments
|
||||||
|
|||||||
Reference in New Issue
Block a user