From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: packaging qt applications Date: Tue, 26 Jul 2016 20:55:24 +0200 Message-ID: <20160726185524.GA13164@solar> References: <20160726141838.GA5250@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS7W3-0002tE-1B for guix-devel@gnu.org; Tue, 26 Jul 2016 14:55:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bS7Vw-0004GP-TB for guix-devel@gnu.org; Tue, 26 Jul 2016 14:55:42 -0400 Received: from mailrelay7.public.one.com ([91.198.169.215]:12796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS7Vw-0004GA-Dl for guix-devel@gnu.org; Tue, 26 Jul 2016 14:55:36 -0400 Content-Disposition: inline In-Reply-To: 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 On Tue, Jul 26, 2016 at 04:43:05PM +0200, David Craven wrote: > The application I'm packaging requires qt >= 5.6. And it's not that > the modules aren't packaged. They aren't found. qtbase provides > Qt5NetworkConfig.cmake and Qt5Qml.cmake is provided by qtdeclarative. No idea why this could happen. Maybe you could post your work in progress, with a bit of luck someone else will have a clue... Andreas