mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: picolisp: Add libxcrypt dependency.
* gnu/packages/lisp.scm (picolisp32)[inputs]: Add libxcrypt. Change-Id: I3757ddabfdb5d10325246da9458d554191e9e978
This commit is contained in:
parent
62c5331d38
commit
48be2390f6
1 changed files with 2 additions and 1 deletions
|
@ -1045,7 +1045,8 @@ (define picolisp32
|
|||
#t))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("openssl" ,openssl)))
|
||||
`(("libxcrypt" ,libxcrypt)
|
||||
("openssl" ,openssl)))
|
||||
(arguments
|
||||
`(#:system ,(match (%current-system)
|
||||
((or "armhf-linux" "aarch64-linux")
|
||||
|
|
Loading…
Reference in a new issue