From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: add openbox Date: Sun, 16 Nov 2014 23:51:24 +0100 Message-ID: <20141116225124.GA12198@debian> References: <20141116181806.643fbedd@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq8fR-0004Ry-3Z for guix-devel@gnu.org; Sun, 16 Nov 2014 17:51:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xq8fJ-00061i-LW for guix-devel@gnu.org; Sun, 16 Nov 2014 17:51:37 -0500 Received: from mout.kundenserver.de ([212.227.126.130]:65053) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq8fJ-00061e-Ba for guix-devel@gnu.org; Sun, 16 Nov 2014 17:51:29 -0500 Content-Disposition: inline In-Reply-To: <20141116181806.643fbedd@lepiller.eu> 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: Julien Lepiller Cc: guix-devel@gnu.org On Sun, Nov 16, 2014 at 06:18:06PM +0100, Julien Lepiller wrote: > This time, I send you a real patch. It adds openbox, a window manager, > to the distribution. Openbox requires that pango is compiled with > libxft, so I added the dependency in gtk.scm. Personally, I would split this into two commits: The first one for pango, the second one for openbox. Andreas