From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH 09/24] gnu: freedesktop: Add wayland-protocols. Date: Tue, 16 Aug 2016 21:51:41 +0200 Message-ID: <20160816215141.74ec976f@scratchpost.org> References: <20160816183938.22794-1-david@craven.ch> <20160816183938.22794-9-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZkOs-00085V-Mu for guix-devel@gnu.org; Tue, 16 Aug 2016 15:51:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZkOp-0005xn-K2 for guix-devel@gnu.org; Tue, 16 Aug 2016 15:51:50 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:48534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZkOp-0005xb-Cy for guix-devel@gnu.org; Tue, 16 Aug 2016 15:51:47 -0400 In-Reply-To: <20160816183938.22794-9-david@craven.ch> 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" To: David Craven Cc: guix-devel@gnu.org > + (inputs > + `(("wayland" ,wayland))) > + (native-inputs > + `(("pkg-config" ,pkg-config))) > + (synopsis "Wayland protocols") > + (description "Contains Xml definitions of the wayland protocols.") ^XML ^Wayland If it only contains XML definitions of the Wayland protocols why does it need "wayland" and "pkg-config". It probably does something else, too. I can see that it uses wayland-scanner for something. I suggest to update the description. Otherwise LGTM!