From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH] python-lzo + python-lz4 Date: Sat, 24 Sep 2016 20:25:27 +0200 Message-ID: <20160924202527.2502caeb@scratchpost.org> References: <8760pl5nda.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnrdq-0005P5-U0 for guix-devel@gnu.org; Sat, 24 Sep 2016 14:25:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnrdl-0000GZ-SP for guix-devel@gnu.org; Sat, 24 Sep 2016 14:25:38 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:57820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnrdl-0000GM-Lr for guix-devel@gnu.org; Sat, 24 Sep 2016 14:25:33 -0400 In-Reply-To: <8760pl5nda.fsf@we.make.ritual.n0.is> 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: ng0 Cc: guix-devel@gnu.org On Sat, 24 Sep 2016 15:27:45 +0000 ng0 wrote: > + (("^include_dirs.append") ^ remove "^" And add .* so ("include_dirs.append.*") ... Note that this also matches the newline codepoint (sigh), so you have to re-add it in the substitution at the end. ("include_dirs.append.*") "......./include/lzo " ^newline