lemonni...@ulrar.net writes:

> --- a/gnu/packages/lua.scm
> +++ b/gnu/packages/lua.scm
> @@ -75,7 +75,9 @@ for configuration, scripting, and rapid prototyping.")
>               (uri (string-append "http://www.lua.org/ftp/lua-";
>                                   version ".tar.gz"))
>               (sha256
> -              (base32 
> "0cskd4w0g6rdm2q8q3i4n1h3j8kylhs3rq8mxwl9vwlmlxbgqh16"))))))
> +              (base32 
> "0cskd4w0g6rdm2q8q3i4n1h3j8kylhs3rq8mxwl9vwlmlxbgqh16"))
> +             (patches (list (search-patch "lua51-liblua-so.patch")))
> +             (patch-flags '("-p1"))))))

Is the 'patch-flags' really necessary here?  I believe the default is to
use -p1.

-- 
Eric Bavier

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

Reply via email to