From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add ifstatus. Date: Fri, 18 Sep 2015 21:56:06 +0200 Message-ID: <87vbb7qz6x.fsf@gnu.org> References: <87wpvsgisc.fsf@xsteve.at> 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]:38285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zd1lW-0004g2-6w for guix-devel@gnu.org; Fri, 18 Sep 2015 15:56:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zd1lS-0002eO-76 for guix-devel@gnu.org; Fri, 18 Sep 2015 15:56:14 -0400 In-Reply-To: <87wpvsgisc.fsf@xsteve.at> ("Stefan \=\?utf-8\?Q\?Reich\=C3\=B6r\=22\?\= \=\?utf-8\?Q\?'s\?\= message of "Tue, 15 Sep 2015 10:59:15 +0200") 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: Stefan =?utf-8?Q?Reich=C3=B6r?= Cc: guix-devel@gnu.org Stefan Reich=C3=B6r skribis: > From d94bf0b05b3ccffc3a03e06586f8fa43d8dacc23 Mon Sep 17 00:00:00 2001 > From: Stefan Reichoer > Date: Tue, 15 Sep 2015 10:39:49 +0200 > Subject: [PATCH] gnu: Add ifstatus. > > * gnu/packages/networking.scm (ifstatus): New variable. [...] > + '(substitute* "Main.h" > + (("#include ") > + "#include \n#include "))) > + )) I moved these lonely parentheses to the previous line and applied it. Thanks! Ludo=E2=80=99.