From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: xorg: Add unclutter. Date: Sun, 24 Aug 2014 12:39:59 +0200 Message-ID: <20140824103959.GB12608@debian> References: <87r406o0lo.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLVDW-0005UV-30 for guix-devel@gnu.org; Sun, 24 Aug 2014 06:40:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XLVDP-0006gx-TJ for guix-devel@gnu.org; Sun, 24 Aug 2014 06:40:10 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:57757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLVDP-0006fH-KG for guix-devel@gnu.org; Sun, 24 Aug 2014 06:40:03 -0400 Content-Disposition: inline In-Reply-To: <87r406o0lo.fsf@gmail.com> 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 On Sun, Aug 24, 2014 at 10:36:35AM +0400, Alex Kost wrote: > I think “xorg.scm” is a proper place for it or should it be put in a > separate file? xorg.scm should contain only the x.org system proper, plus some dependencies needed to compile it. Andreas