guix-commits
[Top][All Lists]
Advanced

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]