From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: tuxguitar: Update to 1.3.2. Date: Thu, 4 Aug 2016 14:45:43 +0200 Message-ID: <20160804124543.GA5827@solar> References: <20160803164503.10103-1-rekado@elephly.net> <20160804084341.GA1715@solar> <87zioshfk8.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVI22-0004sC-Cf for guix-devel@gnu.org; Thu, 04 Aug 2016 08:45:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVI1z-00039v-JX for guix-devel@gnu.org; Thu, 04 Aug 2016 08:45:50 -0400 Received: from mailrelay6.public.one.com ([91.198.169.200]:32838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVI1z-00039e-65 for guix-devel@gnu.org; Thu, 04 Aug 2016 08:45:47 -0400 Content-Disposition: inline In-Reply-To: <87zioshfk8.fsf@elephly.net> 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" To: Ricardo Wurmus Cc: guix-devel@gnu.org On Thu, Aug 04, 2016 at 02:41:27PM +0200, Ricardo Wurmus wrote: > >> + (let ((classpath (string-join (append (find-files lib "\\.jar$") > >> + (find-files swt "\\.jar$")) > The classpath consists of only absolute paths to jar files. This is the > install phase and right before the snippet you quoted the jar files were > installed to their target directories. Sorry for the confusion, I am so used to find-files looking for files in the current directory, that I forgot the parameter "." given in these cases and that it is "lib" and "swt" here. Andreas