From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 1/2] gnu: qt: Update to 5.4.0. Date: Sat, 3 Jan 2015 23:45:10 +0100 Message-ID: <20150103224510.GA9731@debian.fritz.box> References: <1420266978-28755-1-git-send-email-iyzsong@gmail.com> <87bnmfad59.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7XRf-0003Q1-JP for guix-devel@gnu.org; Sat, 03 Jan 2015 17:45:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y7XRe-0004gt-Sr for guix-devel@gnu.org; Sat, 03 Jan 2015 17:45:19 -0500 Content-Disposition: inline In-Reply-To: <87bnmfad59.fsf@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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org Hello, On Sat, Jan 03, 2015 at 08:16:02PM +0100, Ludovic Courtès wrote: > > * gnu/packages/qt.scm (qt): Add inputs libxcomposite, libxml2, libxslt, > > mtdev, pcre, eudev. Add native-inputs bison, flex, gperf, python-2, ruby. actually, did you check whether each of these are actually found and used during the build of qt? I seem to recall that I tried one or two of them and they were not found. Andreas