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)
|
`(("cmocka" ,cmocka)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("acl" ,acl) ; for XATTR
|
`(("acl" ,acl) ; extended attributes (xattr)
|
||||||
("libuuid" ,util-linux)
|
("libuuid" ,util-linux)
|
||||||
("lzo" ,lzo)
|
("lzo" ,lzo)
|
||||||
|
("openssl" ,openssl) ; optional crypto support
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
("zstd" ,zstd "lib")))
|
("zstd" ,zstd "lib")))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in New Issue