gnu: mtd-utils: Support cryptography.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 3 Aug 2019 21:25:50 +0000 (23:25 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 3 Aug 2019 21:26:40 +0000 (23:26 +0200)
* gnu/packages/linux.scm (mtd-utils)[inputs]: Add openssl.

gnu/packages/linux.scm

index 9623324..395a06c 100644 (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)