Added Luajit 2.0.3

2014-03-15 Thread Raimon Grau
Hi, Here's Luajit 2.0.3 updated recipe. From c2d3eaaac53e38235bcdfa2f33160b25ca25d237 Mon Sep 17 00:00:00 2001 From: Raimon Grau raimons...@gmail.com Date: Sat, 15 Mar 2014 12:34:51 +0100 Subject: [PATCH] gnu: Added Luajit 2.0.3 --- gnu/packages/lua.scm | 4 ++-- 1 file changed, 2

Re: [PATCH 2/2] guix substitute-binary: Support the Signature field of a narinfo file.

2014-03-15 Thread Nikita Karetnikov
I was about to say you could push to master, but since the new substitute-binary will refuse any unsigned archives[*], it may be wiser to push to a special branch so we can test it in real life before merging into master. Should the special branch be based on ‘master’ or ‘core-updates’? On

Re: Added Luajit 2.0.3

2014-03-15 Thread Andreas Enge
Hello, On Sat, Mar 15, 2014 at 12:40:08PM +0100, Raimon Grau wrote: Here's Luajit 2.0.3 updated recipe. thanks for the update! Could you please add a git log entry as per the examples already present in the git repository, and create the patch with git format-patch? Thanks in advance, Andreas