From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 6/7] guix build: Add 'build-package'. Date: Tue, 08 Sep 2015 21:59:18 +0200 Message-ID: <87vbbku1gp.fsf@gnu.org> References: <1437814197-6321-1-git-send-email-alezost@gmail.com> <1437814197-6321-7-git-send-email-alezost@gmail.com> <87zj1ou1i0.fsf@gnu.org> <878u972ea9.fsf@gmail.com> <87mvxe8frd.fsf@gnu.org> <87oahuvtah.fsf@gmail.com> <87si73u5no.fsf@gnu.org> <87bndfx6l1.fsf@gmail.com> <874mj7x59l.fsf@gmail.com> 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]:38346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZP45-0007mu-Gf for guix-devel@gnu.org; Tue, 08 Sep 2015 16:00:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZP3z-0004F6-I5 for guix-devel@gnu.org; Tue, 08 Sep 2015 16:00:25 -0400 In-Reply-To: <874mj7x59l.fsf@gmail.com> (Alex Kost's message of "Sun, 06 Sep 2015 12:32:06 +0300") 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: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > From 4569ff4868a01e205b9b13b41dc587f8b8d67f76 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Thu, 3 Sep 2015 18:33:51 +0300 > Subject: [PATCH] store: Add 'set-build-options*'. > MIME-Version: 1.0 > Content-Type: text/plain; charset=3DUTF-8 > Content-Transfer-Encoding: 8bit > > Suggested by: Ludovic Court=C3=A8s > > * guix/store.scm (set-build-options*): New procedure. OK, thanks! Ludo=E2=80=99.