From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH]: Add IcedTea 6 Date: Sun, 15 Feb 2015 15:44:18 +0100 Message-ID: <20150215144418.GA15520@debian> References: <87386vubwl.fsf@gnu.org> <8761bqq3wn.fsf@gnu.org> <20150129224421.GA19792@debian> <20150215125223.GA8936@debian> <87k2zjmg9d.fsf@mango.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YN0Qs-0006cB-VG for guix-devel@gnu.org; Sun, 15 Feb 2015 09:44:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YN0Qn-0007kq-VV for guix-devel@gnu.org; Sun, 15 Feb 2015 09:44:26 -0500 Received: from mout.kundenserver.de ([212.227.126.131]:59876) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YN0Qn-0007kg-MC for guix-devel@gnu.org; Sun, 15 Feb 2015 09:44:21 -0500 Content-Disposition: inline In-Reply-To: <87k2zjmg9d.fsf@mango.localdomain> 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: Ricardo Wurmus Cc: guix-devel@gnu.org Speaking of java, I have a file gnu/packages/javac.in which is under version control, and which is required to compile guix. It has been introduced there: commit 74574fd1e3fad5e0c1d061ce194e47dde0f7f175 Author: Ricardo Wurmus Date: Tue Dec 23 12:31:50 2014 +0100 gnu: Add GCJ * gnu/packages/gcc.scm (gcj-4.8, ecj-bootstrap-4.8): New variables. * gnu/packages/javac.in: New file. Should this not be handled as a patch to one of these packages? Andreas