[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: mtd-utils: Support cryptography.
From: |
guix-commits |
Subject: |
02/06: gnu: mtd-utils: Support cryptography. |
Date: |
Sat, 3 Aug 2019 17:27:02 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f8f2b048b9e74e566b59538b8f01217bf74b6012
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Aug 3 23:25:50 2019 +0200
gnu: mtd-utils: Support cryptography.
* gnu/packages/linux.scm (mtd-utils)[inputs]: Add openssl.
---
gnu/packages/linux.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9623324..395a06c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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)
- branch master updated (b5e912a -> ded545d), guix-commits, 2019/08/03
- 02/06: gnu: mtd-utils: Support cryptography.,
guix-commits <=
- 01/06: gnu: mtd-utils: Update to 2.1.1., guix-commits, 2019/08/03
- 04/06: gnu: mpfr: Use @acronym{} in Texinfo., guix-commits, 2019/08/03
- 05/06: gnu: mpc: Use @acronym{} in Texinfo., guix-commits, 2019/08/03
- 03/06: gnu: gmp: Use @acronym{} in Texinfo., guix-commits, 2019/08/03
- 06/06: gnu: mpfi: Use @acronym{} in Texinfo., guix-commits, 2019/08/03