From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add xclip. Date: Sun, 30 Nov 2014 18:45:11 +0100 Message-ID: <20141130174511.GA28699@debian> References: <1417359961-21530-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]:46585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xv8Yn-00065o-FZ for guix-devel@gnu.org; Sun, 30 Nov 2014 12:45:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xv8Yg-00062H-Ul for guix-devel@gnu.org; Sun, 30 Nov 2014 12:45:25 -0500 Content-Disposition: inline In-Reply-To: <1417359961-21530-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 Hi John, On Sun, Nov 30, 2014 at 04:06:00PM +0100, John Darrington wrote: > * gnu/packages/xorg.scm (xclip): New variable. the xorg module is supposed to contain only packages from x.org (plus a few dependencies, plus a few extra ones, as with many modules, the boundaries are not 100% clear). So I think this package should go somewhere else. Andreas