From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add twolame. Date: Mon, 23 Feb 2015 22:45:42 +0100 Message-ID: <20150223214542.GA2064@debian> References: <87vbiukfvc.fsf@taylan.uni.cx> <20150222105800.GA29289@debian> <87385y87hq.fsf@taylan.uni.cx> <20150223205755.GD25828@debian> <87r3tg719w.fsf@taylan.uni.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ0pA-0005Qw-K8 for guix-devel@gnu.org; Mon, 23 Feb 2015 16:46:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQ0p1-00086R-AO for guix-devel@gnu.org; Mon, 23 Feb 2015 16:45:56 -0500 Received: from mout.kundenserver.de ([212.227.17.24]:59274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ0p0-00086N-W6 for guix-devel@gnu.org; Mon, 23 Feb 2015 16:45:47 -0500 Content-Disposition: inline In-Reply-To: <87r3tg719w.fsf@taylan.uni.cx> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Taylan Ulrich =?utf-8?B?QmF5xLFybMSxL0thbW1lcg==?= Cc: guix-devel@gnu.org On Mon, Feb 23, 2015 at 10:42:35PM +0100, Taylan Ulrich Bayırlı/Kammer wrote: > Other than that, we could modify that file to remove that check, knowing > that `sndfile-convert' is there, since the inputs have `libsndfile'. > Should we go that way, how about: I do not know. If it is used and needed, then I think the easiest solution would be to add "which" as a native input, with a little comment. Andreas