From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: wip-libreoffice Date: Fri, 21 Nov 2014 13:05:58 +0100 Message-ID: <20141121120558.GA6738@debian.bordeaux.inria.fr> References: <20141113180141.GA1223@jocasta.intra> <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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrmyd-0003MZ-Jy for guix-devel@gnu.org; Fri, 21 Nov 2014 07:06:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrmyW-0005Y3-5L for guix-devel@gnu.org; Fri, 21 Nov 2014 07:06:15 -0500 Received: from mout.kundenserver.de ([212.227.126.131]:62308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrmyV-0005Xg-Db for guix-devel@gnu.org; Fri, 21 Nov 2014 07:06:08 -0500 Content-Disposition: inline In-Reply-To: <20141121113102.GA31517@jocasta.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 12:31:02PM +0100, John Darrington wrote: > I don't know what this sentance means. Do something similar as my last patch on wip-libreoffice: Add a line (supported-systems `("x86_64-linux")) to the nss package. No idea if this would be enough. Personally, I still prefer to work bottom-up by adding dependencies first (actually, I usually do a depth-first traversal of the dependency graph). Andreas