guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: openconnect: Add LZ4 support.


From: guix-commits
Subject: 02/02: gnu: openconnect: Add LZ4 support.
Date: Sat, 2 May 2020 12:03:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1d7f3c00b0b57fcafb3c00fa016e55278a633a36
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat May 2 18:02:06 2020 +0200

    gnu: openconnect: Add LZ4 support.
    
    * gnu/packages/vpn.scm (openconnect)[inputs]: Add lz4.
---
 gnu/packages/vpn.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 2da1a7c..2beff48 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -258,7 +258,8 @@ the user specifically asks to proxy, so the @dfn{VPN} 
interface no longer
       ("gnutls" ,gnutls-3.6.13)
       ("zlib" ,zlib)))
    (inputs
-    `(("vpnc-scripts" ,vpnc-scripts)))
+    `(("lz4" ,lz4)
+      ("vpnc-scripts" ,vpnc-scripts)))
    (native-inputs
     `(("gettext" ,gettext-minimal)
       ("pkg-config" ,pkg-config)))



reply via email to

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