From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: wip-libreoffice Date: Fri, 21 Nov 2014 22:25:56 +0100 Message-ID: <87389cqm8r.fsf@gnu.org> References: <20141114184431.GA4323@debian> <20141114191738.GA14298@jocasta.intra> <20141118224427.GA26820@debian> <20141119061650.GA4201@jocasta.intra> <20141120225608.GA14628@debian> <20141121084356.GA30945@jocasta.intra> <20141121095428.GA20625@debian.math.u-bordeaux1.fr> <20141121113102.GA31517@jocasta.intra> <20141121120558.GA6738@debian.bordeaux.inria.fr> <20141121172222.GA3900@intra> <20141121173051.GA15388@debian> 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]:58402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrviP-0005ZF-QP for guix-devel@gnu.org; Fri, 21 Nov 2014 16:26:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrviJ-00029i-KR for guix-devel@gnu.org; Fri, 21 Nov 2014 16:26:05 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:35974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrviJ-000283-Dm for guix-devel@gnu.org; Fri, 21 Nov 2014 16:25:59 -0500 In-Reply-To: <20141121173051.GA15388@debian> (Andreas Enge's message of "Fri, 21 Nov 2014 18:30:51 +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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > On Fri, Nov 21, 2014 at 06:22:23PM +0100, John Darrington wrote: >> I will do what you suggested. But like you say, it would seem sensible = to me, if this entire branch is built >> only for x86_64, at least for the time being. > > I do not see how to do this at the gui level of our hydra install; maybe > it is not possible. Ludovic? Right, it=E2=80=99s not possible. build-aux/hydra/gnu-system.scm would nee= d to be updated to allow that (similar to the =E2=80=98subset=E2=80=99 parameter= .) > What you could do maybe is create a dummy package that has supported-syst= em > set to x86_64-linux only, and have all your other packages inherit from i= t. Yeah; actually just put =E2=80=98supported-systems=E2=80=99 on LibreOffice = itself, since the other packages may not be that resource hungry. Thanks, Ludo=E2=80=99.