From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: wip-libreoffice Date: Fri, 21 Nov 2014 18:30:51 +0100 Message-ID: <20141121173051.GA15388@debian> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrs3G-0003pY-Tl for guix-devel@gnu.org; Fri, 21 Nov 2014 12:31:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xrs39-0005T7-F2 for guix-devel@gnu.org; Fri, 21 Nov 2014 12:31:22 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:62145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrs39-0005St-4m for guix-devel@gnu.org; Fri, 21 Nov 2014 12:31:15 -0500 Content-Disposition: inline In-Reply-To: <20141121172222.GA3900@intra> 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: John Darrington Cc: guix-devel@gnu.org 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? What you could do maybe is create a dummy package that has supported-system set to x86_64-linux only, and have all your other packages inherit from it. Andreas