From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: geda-gaf: Make gsch2pcb work out-of-the-box. Date: Thu, 14 Apr 2016 10:35:59 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqcl2-0002cK-5C for guix-devel@gnu.org; Thu, 14 Apr 2016 04:36:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqcl1-0004FF-BQ for guix-devel@gnu.org; Thu, 14 Apr 2016 04:36:12 -0400 In-Reply-To: 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: Eric Bavier Cc: guix-devel , Guix-devel Eric Bavier writes: > On 2016-04-13 09:45, Thompson, David wrote: >> * gnu/packages/engineering.scm (geda-gaf)[inputs]: Add m4 and pcb. >> [arguments]: Add configure flags that point to PCB data files. > > Nitpick: '[' should align with "gnu". > > Is m4 really required at runtime? Yes. As far as I understand some of the configurable footprints such as =E2=80=9CCONNECTOR=E2=80=9D are m4 macros. ~~ Ricardo