gnu: mtd-utils: Support cryptography.

* gnu/packages/linux.scm (mtd-utils)[inputs]: Add openssl.
master
Tobias Geerinckx-Rice 2019-08-03 23:25:50 +02:00
parent 9ea820a5bf
commit f8f2b048b9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -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)