From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 1/2] gnu: Move non-x.org stuff out of xorg.scm. Date: Tue, 2 Dec 2014 12:03:00 +0100 Message-ID: <20141202110300.GA4948@debian.math.u-bordeaux1.fr> References: <20141130220405.GA1795@debian> <1417500113-22708-1-git-send-email-jmd@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvlK2-0000xF-G6 for guix-devel@gnu.org; Tue, 02 Dec 2014 06:08:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XvlFb-0002nt-Vk for guix-devel@gnu.org; Tue, 02 Dec 2014 06:04:18 -0500 Content-Disposition: inline In-Reply-To: <1417500113-22708-1-git-send-email-jmd@gnu.org> 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 Tue, Dec 02, 2014 at 07:01:52AM +0100, John Darrington wrote: > +++ b/gnu/packages/xdisorg.scm > +(define-module (gnu packages xorg) There is a copy-paste error here. > -;; packages outside the x.org system proper > - > -(define-public xclip > - (package This apparently refers to your modified xorg.scm, since the one on master does not include xclip. Now, xorg needs to include xdisorg, I think; and vice versa. Hopefully, this does not introduce circular dependencies. Did you try to build a few packages? Andreas