mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue