From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul van der Walt Subject: Re: [PATCH] gnu: Add Idris, the dependently-typed language. Date: Thu, 22 Oct 2015 16:45:38 +0200 Message-ID: <87h9ljq7vx.fsf@denknerd.org> References: <1445483479-19104-1-git-send-email-ericbavier@openmailbox.org> <1445503671-30014-1-git-send-email-ericbavier@openmailbox.org> <1445503671-30014-22-git-send-email-ericbavier@openmailbox.org> Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpH7m-0007p3-Je for guix-devel@gnu.org; Thu, 22 Oct 2015 10:45:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpH7h-00074n-H7 for guix-devel@gnu.org; Thu, 22 Oct 2015 10:45:50 -0400 Received: from mx01.mykolab.com ([95.128.36.1]:23887 helo=mx-out03.mykolab.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpH7h-00074C-4n for guix-devel@gnu.org; Thu, 22 Oct 2015 10:45:45 -0400 In-reply-to: <1445503671-30014-22-git-send-email-ericbavier@openmailbox.org> 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: ericbavier@openmailbox.org Cc: guix-devel@gnu.org Hi Eric, On 2015-10-22 at 10:47, quoth ericbavier@openmailbox.org: > With our conventions, the subject line should be just "gnu: Add Idris" Awww, no embellishments allowed *sniff*? :) Fixed though. > Try adding "--allow-newer=vector" to #:configure-flags. I tried, this option does not exist. > Otherwise move this to a separate phase, as it's not strictly related > to patching cc. Done. >> + (native-inputs >> + `(("gcc" ,gcc))) > > gcc is already in the implicit inputs, so this may be left out. Indeed, done! p.