From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: kde: Add kdelibs. Date: Fri, 7 Nov 2014 00:12:26 +0100 Message-ID: <20141106231226.GA26247@debian> References: <87tx2d2ykt.fsf@gnu.org> <87ioitwfxf.fsf@gmail.com> <20141105211818.GA1181@debian> <20141105232032.GA24522@debian> <871tpglfg2.fsf@gnu.org> <20141106223744.GA15793@debian> <20141106225452.GA17364@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmWER-0008Ao-UV for guix-devel@gnu.org; Thu, 06 Nov 2014 18:12:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmWEK-0002D3-FY for guix-devel@gnu.org; Thu, 06 Nov 2014 18:12:47 -0500 Content-Disposition: inline In-Reply-To: <20141106225452.GA17364@debian> 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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: Guix-devel , Federico Beffa In nixpkgs, the file for ktouch looks like this: { kde, kdelibs, libxkbfile }: kde { buildInputs = [ kdelibs libxkbfile ]; meta = { description = "Touch Typing Tutor"; }; } Where do I find the "definition" of what could probably be called the kde build system? Andreas