gnu: mtd-utils: Support cryptography.
* gnu/packages/linux.scm (mtd-utils)[inputs]: Add openssl.
This commit is contained in:
parent
9ea820a5bf
commit
f8f2b048b9
|
@ -4628,9 +4628,10 @@ are exceeded.")
|
|||
`(("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 New Issue