From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Hotfix (repeat) Date: Sun, 23 Nov 2014 21:49:53 +0100 Message-ID: <87tx1p3amm.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xse6e-00082j-RJ for guix-devel@gnu.org; Sun, 23 Nov 2014 15:50:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xse6V-0004Is-JM for guix-devel@gnu.org; Sun, 23 Nov 2014 15:50:04 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:37777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xse6V-0004Io-C2 for guix-devel@gnu.org; Sun, 23 Nov 2014 15:49:55 -0500 In-Reply-To: (Deck Pickard's message of "Sun, 23 Nov 2014 04:07:22 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Deck Pickard Cc: guix-devel@gnu.org Deck Pickard skribis: > From 8e297904d80b39cd510ba0cced37acdb9b1aeb89 Mon Sep 17 00:00:00 2001 > From: nebuli > Date: Sat, 22 Nov 2014 19:58:24 +0100 > Subject: [PATCH 2/4] guix build: Add --max-jobs option (without handling > code). > > * doc/guix.texi: Mention in the docs. > * guix/scripts/build.scm: Extend (show-build-options-help) and > (%standard-build-options) functions. Actually I had overlooked that this patch does nothing. :-) Could you send an updated version that passes the right option to =E2=80=98set-build-options=E2=80=99? TIA, Ludo=E2=80=99.