From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38754) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLsoR-0000aG-NK for guix-patches@gnu.org; Tue, 07 Apr 2020 14:19:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLsoQ-00053q-MJ for guix-patches@gnu.org; Tue, 07 Apr 2020 14:19:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39309) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jLsoQ-00053f-Hk for guix-patches@gnu.org; Tue, 07 Apr 2020 14:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jLsoQ-0006ml-EO for guix-patches@gnu.org; Tue, 07 Apr 2020 14:19:02 -0400 Subject: bug#40470: [PATCH] gnu: Add tap-lv2. Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Tue, 7 Apr 2020 14:18:48 -0400 From: Leo Famulari Message-ID: <20200407181848.GA4477@jasmine.lan> References: <3ddca5393440447967d0f17b022577c8265d440c.camel@zrythm.org> <20200406190218.GA5958@jasmine.lan> <3ba843afdbaffde3e3ad49d87de38d6dd39f4e86.camel@zrythm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3ba843afdbaffde3e3ad49d87de38d6dd39f4e86.camel@zrythm.org> 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: 40470-done@debbugs.gnu.org On Mon, Apr 06, 2020 at 10:15:40PM +0100, Alexandros Theodotou wrote: > * gnu/packages/music.scm (tap-lv2): new variable. Thanks for the revised patch! > + (home-page "http://tap-plugins.sf.net/") I amended this link based on feedback from `guix lint`; it permanently redirects somewhere else. I also noticed that we could puth INSTALL_PATH in #:make-flags and not have to replace the 'install' phase, but I didn't make that change. Pushed as 2aaf76582d0371127a51a4e112a4d9ff5a30dd37