From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55768) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGJel-00089K-4E for guix-patches@gnu.org; Mon, 23 Mar 2020 05:46:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGJek-0000YX-6i for guix-patches@gnu.org; Mon, 23 Mar 2020 05:46:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45480) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGJek-0000YR-3W for guix-patches@gnu.org; Mon, 23 Mar 2020 05:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jGJek-0001Ah-1t for guix-patches@gnu.org; Mon, 23 Mar 2020 05:46:02 -0400 Subject: bug#40171: [PATCH] gnu: Add lv2toweb. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Mon, 23 Mar 2020 10:45:11 +0100 In-Reply-To: (Alexandros Theodotou's message of "Sat, 21 Mar 2020 19:41:38 +0000") Message-ID: <87y2rrquag.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Alexandros Theodotou Cc: 40171-done@debbugs.gnu.org Hi Alexandros, Alexandros Theodotou skribis: > From aca67249cab61ef85ad164c8f87d7eb4f68b98b3 Mon Sep 17 00:00:00 2001 > From: Alexandros Theodotou > Date: Sat, 21 Mar 2020 19:38:41 +0000 > Subject: [PATCH] gnu: Add lv2toweb. > > * gnu/packages/audio.scm (lv2toweb): New variable. Applied, thanks! Ludo=E2=80=99.