mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mtd-utils: Support cryptography.
* gnu/packages/linux.scm (mtd-utils)[inputs]: Add openssl.
This commit is contained in:
parent
9ea820a5bf
commit
f8f2b048b9
1 changed files with 2 additions and 1 deletions
|
@ -4628,9 +4628,10 @@ (define-public mtd-utils
|
|||
`(("cmocka" ,cmocka)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("acl" ,acl) ; for XATTR
|
||||
`(("acl" ,acl) ; extended attributes (xattr)
|
||||
("libuuid" ,util-linux)
|
||||
("lzo" ,lzo)
|
||||
("openssl" ,openssl) ; optional crypto support
|
||||
("zlib" ,zlib)
|
||||
("zstd" ,zstd "lib")))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue