guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] python-lzo + python-lz4


From: Danny Milosavljevic
Subject: Re: [PATCH] python-lzo + python-lz4
Date: Sat, 24 Sep 2016 20:25:27 +0200

On Sat, 24 Sep 2016 15:27:45 +0000
ng0 <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]