From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Specifying Java version when using ant-build-system Date: Tue, 16 Aug 2016 09:58:33 +0200 Message-ID: <87eg5p16xi.fsf@elephly.net> References: <20160815161734.43f11abd@scratchpost.org> <87h9am14cm.fsf@elephly.net> <20160816003802.GC16946@jasmine> 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]:40385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZZGk-0003qP-UU for guix-devel@gnu.org; Tue, 16 Aug 2016 03:58:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZZGh-0001rs-Ri for guix-devel@gnu.org; Tue, 16 Aug 2016 03:58:42 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZZGh-0001rl-JL for guix-devel@gnu.org; Tue, 16 Aug 2016 03:58:39 -0400 In-reply-to: <20160816003802.GC16946@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > On Mon, Aug 15, 2016 at 04:42:01PM +0200, Ricardo Wurmus wrote: >> > (define* (ant-build store name inputs > > [...] > >> > (guile #f)p >> > ^^^ what does this mean? >> >> Ouch! This shouldn’t have been committed. This is what happened pretty >> often with my terrible keyboard at work — my control key (among many >> other keys) wasn’t very reliable and would sometimes stop working while >> I moved around in the sources in Emacs (where Ctrl+p moves up one >> line). > > Can we correct the typo on the master branch? It seems that only a few > packages are using the ant-build-system for now, although I didn't check > if those packages have a lot of referrers. Yes, it wouldn’t cause too many rebuilds. Would you like to do it? ~~ Ricardo