From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 28/68] gnu: solid: Update to 5.27.0. Date: Sat, 29 Oct 2016 16:28:30 -0400 Message-ID: <20161029202830.GA32311@jasmine> References: <20161029180519.6061-1-david@craven.ch> <20161029180519.6061-28-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0aF2-0006FQ-1m for guix-devel@gnu.org; Sat, 29 Oct 2016 16:28:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0aEy-0007Aw-U3 for guix-devel@gnu.org; Sat, 29 Oct 2016 16:28:36 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:38256) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c0aEy-0007Ap-QB for guix-devel@gnu.org; Sat, 29 Oct 2016 16:28:32 -0400 Content-Disposition: inline In-Reply-To: <20161029180519.6061-28-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 On Sat, Oct 29, 2016 at 08:04:39PM +0200, David Craven wrote: > * gnu/packages/kde-frameworks.scm (solid): Update to 5.27.0. > [native-inputs]: Add flex-2.6.1. > (native-inputs > `(("bison" ,bison) > ("extra-cmake-modules" ,extra-cmake-modules) > + ("flex" ,flex-2.6.1) Please add a comment explaining why we need a particular version of flex.