From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] guix: build: Add transitive source building. Date: Fri, 01 May 2015 22:14:24 +0200 Message-ID: <87wq0s9hsv.fsf@gnu.org> References: <1429881562-19456-1-git-send-email-bavier@member.fsf.org> <1429881562-19456-3-git-send-email-bavier@member.fsf.org> 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]:59083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoHKS-0008VG-GO for guix-devel@gnu.org; Fri, 01 May 2015 16:14:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YoHKN-0007lk-Ip for guix-devel@gnu.org; Fri, 01 May 2015 16:14:32 -0400 In-Reply-To: <1429881562-19456-3-git-send-email-bavier@member.fsf.org> (Eric Bavier's message of "Fri, 24 Apr 2015 08:19:22 -0500") 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: Eric Bavier Cc: guix-devel@gnu.org Eric Bavier skribis: > * guix/scripts/build.scm (%options, options->derivations): Add --sources > option. > * doc/guix.texi (Invoking guix build): Document --sources option. > * tests/guix-build.sh: Add tests. LGTM! Thank you for reviving these patches! Ludo=E2=80=99.