From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 2/7] gnu: Add qca. Date: Sun, 28 Feb 2016 15:25:56 +0100 Message-ID: <20160228142556.GB18720@solar> References: <1456654212-31881-1-git-send-email-efraim@flashner.co.il> <1456654212-31881-3-git-send-email-efraim@flashner.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa2IO-0002xv-7A for guix-devel@gnu.org; Sun, 28 Feb 2016 09:26:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aa2IK-0005D2-SY for guix-devel@gnu.org; Sun, 28 Feb 2016 09:26:04 -0500 Received: from mailrelay7.public.one.com ([91.198.169.215]:30814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa2IK-0005Cp-Gm for guix-devel@gnu.org; Sun, 28 Feb 2016 09:26:00 -0500 Content-Disposition: inline In-Reply-To: <1456654212-31881-3-git-send-email-efraim@flashner.co.il> 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: Efraim Flashner Cc: guix-devel@gnu.org On Sun, Feb 28, 2016 at 12:10:07PM +0200, Efraim Flashner wrote: > +(define-public qca Looks good. It could also go into the qt module, but I suppose we need a space for kde applications anyway. Andreas