Ludovic Courtès writes:
> Ricardo Wurmus skribis:
>
>> * gnu/packages/readline.scm (libedit): New variable.
>
> FYI this package is already available elsewhere.
D’oh! How could I have missed that?
~~ Ricardo
Ricardo Wurmus skribis:
> * gnu/packages/readline.scm (libedit): New variable.
FYI this package is already available elsewhere.
Ludo’.
After trying to use this programme with the institute’s VPN server I
found that it doesn’t work well (or: at all). Unless someone else has a
VPN server to test this package I’d like to withdraw the patch
submission, since a patched vpnc works fine for me.
~~ Ricardo
Ricardo Wurmus (2015-08-03 16:41 +0300) wrote:
> +(define-public ike
> + (package
> +(name "ike")
> +(version "2.2.1")
> +(source (origin
> + (method url-fetch)
> + (uri (string-append
> +"https://www.shrew.net/download/ike/ike-";
> +
>From 0fbe28707573fdc9a7587143d10587b93b313d48 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Mon, 3 Aug 2015 15:35:55 +0200
Subject: [PATCH 1/2] gnu: Add libedit.
* gnu/packages/readline.scm (libedit): New variable.
---
gnu/packages/readline.scm | 22 ++
1 file changed,