Ludovic Courtès <l...@gnu.org> writes: > 宋文武 <iyzs...@gmail.com> skribis: > >> From 712f161a358a4bbcf005c5875e6d91eff21bdef4 Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzs...@gmail.com> >> Date: Fri, 9 Jan 2015 21:37:30 +0800 >> Subject: [PATCH] gnu: Add ninja. >> >> * gnu/packages/ninja.scm: New file. >> * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > > Yes, OK to push, thanks! Even with 'system', the test InterruptChild failed on hydra for x86_64, but it passed for i686, mips64el and my x86_64 locally by 'guix build'.
Perhaps it's a random issue? Anyway, pushed. If it still fail, I think we have to skip it. Thanks for review! > > Ludo’.